@charset "UTF-8";
@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

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

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

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

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

html {
    position: relative;
    min-height: 100%;
}

html body {
    background-color: #C8C9D1;
    padding-bottom: 230px;
    margin: 0;
}

html body .inbenta-helpsite {
    color: #232333;
    font-family: "Roboto";
    font-size: 14px;
}

html body .inbenta-helpsite * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html body .inbenta-helpsite a {
    color: #3074B3;
    text-decoration: none;
}

html body .inbenta-helpsite a:hover {
    color: #3074B3;
}

html body .inbenta-helpsite img,
html body .inbenta-helpsite iframe,
html body .inbenta-helpsite table {
    max-width: 100%;
}

html body .inbenta-helpsite .inbenta-km-input {
    -webkit-transition: all 0.3s cubic-bezier(0.3, 0.01, 0.6, 0.99) 0s;
    transition: all 0.3s cubic-bezier(0.3, 0.01, 0.6, 0.99) 0s;
    font-family: "Roboto";
    font-size: 14px;
    color: #232333;
    border-radius: 0;
    border-top-right-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ccc;
}

html body .inbenta-helpsite .inbenta-km-button {
    font-family: "Roboto";
    font-size: 14px;
    background-color: #3074B3;
    border-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s cubic-bezier(0.3, 0.01, 0.6, 0.99) 0s;
    transition: all 0.3s cubic-bezier(0.3, 0.01, 0.6, 0.99) 0s;
    color: #fff;
    border: none;
    height: auto;
    padding: 8px 20px;
}

html body .inbenta-helpsite .inbenta-km-button:hover:not([disabled]) {
    background-color: #CCCCCC;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s cubic-bezier(0.3, 0.01, 0.6, 0.99) 0s;
    transition: all 0.3s cubic-bezier(0.3, 0.01, 0.6, 0.99) 0s;
    border-color: #CCCCCC;
    color: #fff;
}

html body .inbenta-helpsite .inbenta-km-button—-disabled {
    opacity: 1;
}

html body .inbenta-helpsite .inbenta-km-button—-disabled:hover {
    background-color: #3074B3;
    border: none;
    color: #fff;
}

html body .inbenta-helpsite .inbenta-km-button—-disabled:hover:hover {
    background-color: #3074B3;
    border: none;
    color: #fff;
}

html body .inbenta-helpsite .inbenta-km-title {
    font-family: "Roboto";
    font-size: 20px;
    color: #232333;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 24px;
}

html body .inbenta-helpsite .inbenta-km-subtitle {
    font-family: "Roboto";
    font-size: 16px;
    color: #CCCCCC;
}

html body .inbenta-helpsite .inbenta-km__header {
    background-color: #232333;
}

html body .inbenta-helpsite .inbenta-km__header__header-top {
    border-bottom: 3px solid #ff0d3d;
}

html body .inbenta-helpsite .inbenta-km__header__header-top .header-top__contents {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 0 15px;
    height: 71px;
    max-width: 1600px;
    margin: 0 auto;
    width: 100%;
}

html body .inbenta-helpsite .inbenta-km__header__header-top .header-top__contents__logo {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}

html body .inbenta-helpsite .inbenta-km__header__header-top .header-top__contents__logo .logo__logo {
    background-image: url("https://static-or00.inbenta.com/e1e6f9aae250934d455d2826352ae3a3fe1c49bacde526a29ef3a9640f29865a/maria-light-logo.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    height: 42px;
    width: 242px;
}

html body .inbenta-helpsite .inbenta-km__header__header-top .header-top__contents__logo .logo__logo--mobile {
    background-image: url("https://static-or00.inbenta.com/e1e6f9aae250934d455d2826352ae3a3fe1c49bacde526a29ef3a9640f29865a/maria-casino-m-logo.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    height: 30px;
    width: 30px;
    display: none;
}

html body .inbenta-helpsite .inbenta-km__header__header-top .header-top__contents__logo .logo__link {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 0 16px;
    border-left: 1px solid;
    padding: 0 16px;
    color: #fff;
}

html body .inbenta-helpsite .inbenta-km__header__header-top .header-top__contents__menu {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

html body .inbenta-helpsite .inbenta-km__header__header-top .header-top__contents__menu .menu__link {
    font-family: "Roboto";
    color: #e8e8e8;
    font-size: 16px;
    line-height: 60px;
    padding: 0 16px;
    display: block;
    position: relative;
    text-decoration: none;
}

html body .inbenta-helpsite .inbenta-km__header__header-top .header-top__contents__menu .menu__link--home {
    color: #4CA6FC;
    font-weight: 500;
}

html body .inbenta-helpsite .inbenta-km__header__header-top .header-top__contents__menu .menu__link:after {
    width: 100%;
    background-color: #fff;
    height: 4px;
    content: "";
    position: absolute;
    bottom: -9px;
    right: 0;
    left: 0;
    display: none;
}

html body .inbenta-helpsite .inbenta-km__header__header-top .header-top__contents__menu .menu__link:hover:after,
html body .inbenta-helpsite .inbenta-km__header__header-top .header-top__contents__menu .menu__link--active:after {
    display: block;
}

html body .inbenta-helpsite .inbenta-km__header__header-top .header-top__contents__menu--mobile {
    display: none;
    position: relative;
    cursor: pointer;
}

html body .inbenta-helpsite .inbenta-km__header__header-top .header-top__contents__menu--mobile .menu__link {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    padding: 16px 22px;
    color: white;
}

html body .inbenta-helpsite .inbenta-km__header__header-top .header-top__contents__menu--mobile .menu__link:after {
    content: "";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid white;
    margin-left: 7px;
}

html body .inbenta-helpsite .inbenta-km__header__header-top .header-top__contents__menu--mobile .menu__dropdown {
    position: absolute;
    right: 0;
    top: 47px;
    background-color: #232333;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    z-index: 9;
    min-width: 132px;
}

html body .inbenta-helpsite .inbenta-km__header__header-top .header-top__contents__menu--mobile .menu__dropdown__link {
    font-size: 12px;
    color: white;
    padding: 16px 22px;
    display: block;
    white-space: nowrap;
    text-decoration: none;
}

html body .inbenta-helpsite .inbenta-km__header__header-top .header-top__contents__menu--mobile .menu__dropdown__link:hover {
    text-decoration: underline;
}

html body .inbenta-helpsite .inbenta-km__header__header-top .header-top__contents__menu--mobile:hover .menu__dropdown {
    display: block;
}

html body .inbenta-helpsite .inbenta-km__header__search {
    padding: 100px 0;
background-image: url("https://static-or00.inbenta.com/881189116628b34afed22f28df86378b272a3e21353fda4eec7f2568599b80b2/Maria%20Banner.jpg");
  background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
	/*  
    background-image: -webkit-gradient(linear, left top, left bottom, from(#45a5ff), color-stop(#608cee), color-stop(#7771d8), color-stop(#8953bb), to(#942f99));
    background-image: linear-gradient(to bottom, #45a5ff, #608cee, #7771d8, #8953bb, #942f99); }
	*/
}
html body .inbenta-helpsite .inbenta-km__body {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 1600px;
    margin: 32px auto;
    width: 100%;
    padding: 0 20px;
}

html body .inbenta-helpsite .inbenta-km__search {
    width: 50%;
    margin: 0 auto;
}

html body .inbenta-helpsite .inbenta-km__search__form {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-transition: all 0.3s cubic-bezier(0.3, 0.01, 0.6, 0.99) 0s;
    transition: all 0.3s cubic-bezier(0.3, 0.01, 0.6, 0.99) 0s;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

html body .inbenta-helpsite .inbenta-km__search__form .form__input::-webkit-input-placeholder {
    color: #232333;
    opacity: 0.3;
}

html body .inbenta-helpsite .inbenta-km__search__form .form__input::-moz-placeholder {
    color: #232333;
    opacity: 0.3;
}

html body .inbenta-helpsite .inbenta-km__search__form .form__input:-ms-input-placeholder {
    color: #232333;
    opacity: 0.3;
}

html body .inbenta-helpsite .inbenta-km__search__form .form__input:-moz-placeholder {
    color: #232333;
    opacity: 0.3;
}

html body .inbenta-helpsite .inbenta-km__search__form .form__input.inbenta-km-input {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top-right-radius: 0;
    color: #232333;
    min-width: 1px;
    border: none;
    font-size: 20px;
    font-weight: normal;
}

html body .inbenta-helpsite .inbenta-km__search__form .form__button .inbenta-km-button {
    background-color: #E4E4EC;
    border: none;
}

html body .inbenta-helpsite .inbenta-km__search__form .form__button .inbenta-km-button__text {
    white-space: nowrap;
}

html body .inbenta-helpsite .inbenta-km__search__form .form__button .inbenta-km-button__icon:before {
    color: #232231;
}

html body .inbenta-helpsite .inbenta-km__search__form:hover {
    -webkit-transition: none;
    transition: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

html body .inbenta-helpsite .inbenta-km__autocompleter {
    border-radius: 0;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    font-family: "Roboto";
    font-size: 15px;
    margin: 0;
}

html body .inbenta-helpsite .inbenta-km__autocompleter__link {
    color: #232333;
    padding: 14px 16px;
}

html body .inbenta-helpsite .inbenta-km__autocompleter__link:first-of-type {
    border-radius: 0;
}

html body .inbenta-helpsite .inbenta-km__autocompleter__link strong {
    font-weight: 600;
}

html body .inbenta-helpsite .inbenta-km__autocompleter__link:hover {
    background-color: #E4E4EC;
    color: #225380;
    text-decoration: underline;
}

html body .inbenta-helpsite .inbenta-km__autocompleter__link:hover strong {
    color: #333333;
}

html body .inbenta-helpsite .inbenta-km__autocompleter--selected {
    background: #E4E4EC;
    color: #225380;
    text-decoration: underline;
}

html body .inbenta-helpsite .inbenta-km__popular {
    background-color: #232333;
    padding: 24px;
    margin-bottom: 16px;
}

html body .inbenta-helpsite .inbenta-km__popular .inbenta-km-title {
    color: white;
}

html body .inbenta-helpsite .inbenta-km__popular .inbenta-km__faqs .inbenta-km__faq {
    border-bottom: none;
    border-top: 1px solid #36374f;
}

html body .inbenta-helpsite .inbenta-km__popular .inbenta-km__faqs .inbenta-km__faq__title .title__faq {
    padding: 15px 0;
}

html body .inbenta-helpsite .inbenta-km__popular .inbenta-km__faqs .inbenta-km__faq__title .title__faq__text {
    color: white;
    font-weight: 400;
}

html body .inbenta-helpsite .inbenta-km__popular .inbenta-km__faqs .inbenta-km__faq__title .title__faq__icon:before {
    color: white;
}

html body .inbenta-helpsite .inbenta-km__popular .inbenta-km__faqs .inbenta-km__faq__body {
    color: white;
    padding: 0;
}

html body .inbenta-helpsite .inbenta-km__popular .inbenta-km__decision-tree .inbenta-km__decision-tree__phrase {
    color: white;
}

html body .inbenta-helpsite .inbenta-km__sidebar {
    -ms-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 25%;
    margin-left: 16px;
}

html body .inbenta-helpsite .inbenta-km__sidebar__banner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Roboto";
    background-color: #232333;
    border-top: 4px solid #45A5FF;
    padding: 24px;
    color: #C8C9D3;
}

html body .inbenta-helpsite .inbenta-km__sidebar__banner .inbenta-km-title {
    color: white;
    margin: 0;
    text-align: center;
}

html body .inbenta-helpsite .inbenta-km__sidebar__banner .inbenta-km-subtitle {
    color: #C8C9D3;
    margin: 5px 0 15px;
    font-size: 14px;
    text-align: center;
}

html body .inbenta-helpsite .inbenta-km__sidebar__banner .banner__logo {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

html body .inbenta-helpsite .inbenta-km__sidebar__banner .banner__logo__logo {
    background-image: url("https://static-or00.inbenta.com/e1e6f9aae250934d455d2826352ae3a3fe1c49bacde526a29ef3a9640f29865a/maria-light-logo.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 90px;
    height: 16px;
    margin-right: 8px;
}

html body .inbenta-helpsite .inbenta-km__sidebar__banner .banner__logo__text {
    font-size: 12px;
    border-left: 1px solid white;
    padding: 0 8px;
}

html body .inbenta-helpsite .inbenta-km__sidebar__banner .inbenta-km-button {
    text-align: center;
    background-color: #DC0A35;
    margin-top: 25px;
    font-size: 16px;
}

html body .inbenta-helpsite .inbenta-km__contents {
    -ms-flex-grow: 2;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    background-color: #E4E4EB;
    padding: 8px 32px;
    width: 100%;
}

html body .inbenta-helpsite .inbenta-km__contents__title {
    margin: 16px 0;
}

html body .inbenta-helpsite .inbenta-km__contents__title .title__icon {
    background-image: url("https://static-or00.inbenta.com/e1e6f9aae250934d455d2826352ae3a3fe1c49bacde526a29ef3a9640f29865a/home-icon.svg");
    background-size: 95%;
    background-repeat: no-repeat;
    background-position: center;
    height: 16px;
    width: 17px;
    margin-right: 5px;
    cursor: pointer;
    display: inline-block;
}

html body .inbenta-helpsite .inbenta-km__contents__title .title__text {
    color: #232333;
    font-size: 14px;
    font-family: "Roboto";
    line-height: 1.5;
    padding-right: 5px;
    display: inline;
    font-weight: 500;
}

html body .inbenta-helpsite .inbenta-km__contents .error-404 {
    margin: 15px 0;
}

html body .inbenta-helpsite .inbenta-km__faqs .inbenta-km__faq {
    -webkit-transition: all 0.3s cubic-bezier(0.3, 0.01, 0.6, 0.99) 0s;
    transition: all 0.3s cubic-bezier(0.3, 0.01, 0.6, 0.99) 0s;
    font-family: "Roboto";
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
    background-color: transparent;
    border-bottom: 1px solid #36374F;
}

html body .inbenta-helpsite .inbenta-km__faqs .inbenta-km__faq__title {
    -webkit-transition: all 0.3s cubic-bezier(0.3, 0.01, 0.6, 0.99) 0s;
    transition: all 0.3s cubic-bezier(0.3, 0.01, 0.6, 0.99) 0s;
    color: #3074B3;
    padding: 0;
}

html body .inbenta-helpsite .inbenta-km__faqs .inbenta-km__faq__title .title__faq {
    padding: 16px 24px;
    color: #232333;
    font-size: 14px;
    line-height: 1.5;
}

html body .inbenta-helpsite .inbenta-km__faqs .inbenta-km__faq__title .title__faq__icon:before {
    -webkit-transition: all 0.3s cubic-bezier(0.3, 0.01, 0.6, 0.99) 0s;
    transition: all 0.3s cubic-bezier(0.3, 0.01, 0.6, 0.99) 0s;
    font-size: 17px;
    color: #999999;
    content: 'A';
}

html body .inbenta-helpsite .inbenta-km__faqs .inbenta-km__faq__title .title__faq:hover {
    -webkit-transition: all 0.3s cubic-bezier(0.3, 0.01, 0.6, 0.99) 0s;
    transition: all 0.3s cubic-bezier(0.3, 0.01, 0.6, 0.99) 0s;
    color: #232333;
}

html body .inbenta-helpsite .inbenta-km__faqs .inbenta-km__faq--active .title__faq {
    color: #232333;
    font-weight: 600;
}

html body .inbenta-helpsite .inbenta-km__faqs .inbenta-km__faq--active .title__faq__icon:before {
    content: 'H';
}

html body .inbenta-helpsite .inbenta-km__faqs .inbenta-km__faq__body {
    color: #232333;
    padding-left: 25px;
}

html body .inbenta-helpsite .inbenta-km__faqs .inbenta-km__faq__body .body__contents {
    padding: 0 0 20px 0;
}

html body .inbenta-helpsite .inbenta-km__faqs .inbenta-km__faq__body p {
    /*margin: 0;*/
}

html body .inbenta-helpsite .inbenta-km__contact {
    margin-top: 20px;
}

html body .inbenta-helpsite .inbenta-km__contact__title {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    padding-bottom: 5px;
}

html body .inbenta-helpsite .inbenta-km__contact__buttons .inbenta-km-button {
    display: inline-block;
    margin-bottom: 10px;
}

html body .inbenta-helpsite .inbenta-km__contact__buttons .inbenta-km-button+.inbenta-km-button {
    margin-left: 8px;
}

html body .inbenta-helpsite .inbenta-km__contact__buttons .inbenta-km-button--chat {
    background-color: #dc0a35;
}

html body .inbenta-helpsite .inbenta-km__contact__buttons .inbenta-km-button:hover {
    background-color: #CCCCCC;
    text-decoration: none;
}

html body .inbenta-helpsite .inbenta-km__contact__buttons .buttons__container__text {
    font-size: 13px;
    font-weight: 500;
}

html body .inbenta-helpsite .inbenta-km__contact__info b {
    opacity: 0.5;
    font-size: 13px;
    font-weight: normal;
}

html body .inbenta-helpsite .inbenta-km__rating {
    font-size: 13px;
    margin: 24px 0 15px 0;
    min-height: auto;
}

html body .inbenta-helpsite .inbenta-km__rating .inbenta-km-button {
    border-radius: 0;
}

html body .inbenta-helpsite .inbenta-km__rating .inbenta-km-button__icon--no:before,
html body .inbenta-helpsite .inbenta-km__rating .inbenta-km-button__icon--yes:before {
    font-size: #222232;
    color: #fff;
}

html body .inbenta-helpsite .inbenta-km__rating__content,
html body .inbenta-helpsite .inbenta-km__rating__comment,
html body .inbenta-helpsite .inbenta-km__rating__thanks {
    padding: 10px;
}

html body .inbenta-helpsite .inbenta-km__categories {
    font-family: "Roboto";
    margin: 0;
}

html body .inbenta-helpsite .inbenta-km__categories .inbenta-km-title {
    display: none;
}

html body .inbenta-helpsite .inbenta-km__categories__container .container__category-name {
    padding: 16px 0;
    border-bottom: 1px solid #36374F;
}

html body .inbenta-helpsite .inbenta-km__categories__container .container__category-name__title {
    width: 100%;
}

html body .inbenta-helpsite .inbenta-km__categories__container .container__category-name__title .title__contents {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

html body .inbenta-helpsite .inbenta-km__categories__container .container__category-name__title .title__text {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    font-family: "Roboto";
    font-size: 20px;
    color: #232333;
    line-height: 1.5;
    text-align: left;
    font-weight: 500;
}

html body .inbenta-helpsite .inbenta-km__categories__container .container__category-name__title .title__text__subtitle {
    font-size: 12px;
    line-height: 1.5;
    color: #36374F;
    font-weight: normal;
}

html body .inbenta-helpsite .inbenta-km__categories__container .container__category-name__title .title__icon {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
}

html body .inbenta-helpsite .inbenta-km__categories__container .container__category-name__title .title__icon img {
    height: 52px;
    width: 45px;
}

html body .inbenta-helpsite .inbenta-km__categories__container .container__category-name__button-wrapper {
    display: none;
}

html body .inbenta-helpsite .inbenta-km__categories__container .container__category__group {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
}

html body .inbenta-helpsite .inbenta-km__categories__container .container__category__group .inbenta-km__category {
    -ms-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    background-color: transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
}

html body .inbenta-helpsite .inbenta-km__categories__container .container__category__group .inbenta-km__category__content-category .content-category__icon {
    display: none;
}

html body .inbenta-helpsite .inbenta-km__categories__container .container__category__group .inbenta-km__category__content-category .content-category__title {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    padding: 16px 0;
}

html body .inbenta-helpsite .inbenta-km__categories__container .container__category__group .inbenta-km__category__content-category .content-category__title__text {
    font-family: "Roboto";
    font-size: 20px;
    color: #232333;
    text-align: left;
    font-weight: 500;
}

html body .inbenta-helpsite .inbenta-km__categories__container .container__category__group .inbenta-km__category__content-category .content-category__title__text .text__subtitle {
    font-size: 12px;
    color: #36374F;
    font-weight: normal;
    padding-top: 5px;
}

html body .inbenta-helpsite .inbenta-km__categories__container .container__category__group .inbenta-km__category__content-category .content-category__title__icon {
    margin-right: 20px;
}

html body .inbenta-helpsite .inbenta-km__categories__container .container__category__group .inbenta-km__category__content-category .content-category__title__icon img {
    height: 48px;
    width: 40px;
}

html body .inbenta-helpsite .inbenta-km__categories__container .container__category__group .inbenta-km__category__content-category .content-category__title:hover .text__title {
    color: #225380;
}

html body .inbenta-helpsite .inbenta-km__categories__container .container__category__group .inbenta-km__category+.inbenta-km__category {
    border-top: 1px solid #36374F;
}

html body .inbenta-helpsite .inbenta-km__categories__container .container__subcategory {
    padding: 26px 0 20px 0;
}

html body .inbenta-helpsite .inbenta-km__categories__container .container__subcategory .container__category__group {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

html body .inbenta-helpsite .inbenta-km__categories__container .container__subcategory .container__category__group .inbenta-km__category {
    -ms-flex-grow: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    border: 1px solid #232333;
    margin: 0 8px 8px 0;
}

html body .inbenta-helpsite .inbenta-km__categories__container .container__subcategory .container__category__group .inbenta-km__category__content-category .content-category__title {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #232333;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 16px;
    -webkit-transition: all 0.3s cubic-bezier(0.3, 0.01, 0.6, 0.99) 0s;
    transition: all 0.3s cubic-bezier(0.3, 0.01, 0.6, 0.99) 0s;
}

html body .inbenta-helpsite .inbenta-km__categories__container .container__subcategory .container__category__group .inbenta-km__category__content-category .content-category__title:hover {
    -webkit-transition: all 0.3s cubic-bezier(0.3, 0.01, 0.6, 0.99) 0s;
    transition: all 0.3s cubic-bezier(0.3, 0.01, 0.6, 0.99) 0s;
    background-color: #232333;
    color: white;
}

html body .inbenta-helpsite .inbenta-km__categories__container .container__subcategory+.container__category-contents {
    border-top: 1px solid #36374F;
}

html body .inbenta-helpsite .inbenta-km__categories__container .container__category-contents {
    margin-bottom: 20px;
}

html body .inbenta-helpsite .inbenta-km__categories--hideContents .container__category-contents {
    display: none;
}

html body .inbenta-helpsite .inbenta-km__breadcrumb {
    font-size: 14px;
    font-family: "Roboto";
    font-weight: normal;
    margin: 16px 0;
    overflow-y: hidden;
}

html body .inbenta-helpsite .inbenta-km__breadcrumb__element {
    -webkit-transition: all 0.3s cubic-bezier(0.3, 0.01, 0.6, 0.99) 0s;
    transition: all 0.3s cubic-bezier(0.3, 0.01, 0.6, 0.99) 0s;
    color: #225380;
    font-weight: 500;
}

html body .inbenta-helpsite .inbenta-km__breadcrumb__element:after {
    font-size: 12px;
    color: #232333;
    /*content: "|";*/
}

html body .inbenta-helpsite .inbenta-km__breadcrumb__element:first-child:before {
    background-image: url("https://static-or00.inbenta.com/e1e6f9aae250934d455d2826352ae3a3fe1c49bacde526a29ef3a9640f29865a/home-icon.svg");
    background-size: 95%;
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    height: 16px;
    width: 17px;
    padding: 0;
    margin-right: 10px;
}

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

html body .inbenta-helpsite .inbenta-km__breadcrumb__element.inbenta-km-active {
    color: #232333;
    text-decoration: none;
}

html body .inbenta-helpsite .inbenta-km__breadcrumb__element:hover {
    -webkit-transition: all 0.3s cubic-bezier(0.3, 0.01, 0.6, 0.99) 0s;
    transition: all 0.3s cubic-bezier(0.3, 0.01, 0.6, 0.99) 0s;
    color: #232333;
    text-decoration: none;
}

html body .inbenta-helpsite .inbenta-km__results__button .inbenta-km-button {
    color: #232333;
    font-size: 12px;
    font-weight: normal;
}

html body .inbenta-helpsite .inbenta-km__results__button .inbenta-km-button:hover:not([disabled]) {
    background-color: transparent;
    color: #232333;
}

html body .inbenta-helpsite .inbenta-km__results__button .inbenta-km-button:before {
    color: #3074B3;
}

html body .inbenta-helpsite .inbenta-km__results__contents .inbenta-km-subtitle {
    display: none;
}

html body .inbenta-helpsite .inbenta-km__results__contents .inbenta-km__faqs {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    background-color: transparent;
}

html body .inbenta-helpsite .inbenta-km__results__not-found .not-found__text {
    font-family: "Roboto";
    font-size: 14px;
    color: #232333;
}

html body .inbenta-helpsite .inbenta-km__results__not-found .not-found__text .title__text {
    font-size: 16px;
    margin-bottom: 0;
}

html body .inbenta-helpsite .inbenta-km__results__not-found .not-found__text:last-child {
    display: none;
}

html body .inbenta-helpsite .inbenta-km__results__extended {
    -webkit-box-shadow: none;
    box-shadow: none;
}

html body .inbenta-helpsite .inbenta-km__list__group {
    margin: 16px 0;
}

html body .inbenta-helpsite .inbenta-km__list__group .inbenta-km-title {
    margin-bottom: 0;
}

html body .inbenta-helpsite .inbenta-km__alert {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #dc0a35;
    padding: 10px 25px;
    color: white;
    font-size: 14px;
    font-family: "Roboto";
}

html body .inbenta-helpsite .inbenta-km__alert__text {
    -ms-flex-grow: 2;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    text-align: center;
    font-weight: 500;
}

html body .inbenta-helpsite .inbenta-km__alert__text p {
    margin: 0;
}

html body .inbenta-helpsite .inbenta-km__alert__icon {
    cursor: pointer;
}

html body .inbenta-helpsite .inbenta-km__alert__icon:before {
    content: 'k';
    font-size: 23px;
}

html body .inbenta-helpsite .inbenta-km__alert--categories {
    background-color: #232332;
    border-top: 4px solid #45A5FF;
    margin: 20px 0;
}

html body .inbenta-helpsite .inbenta-km__decision-tree {
    font-family: "Roboto";
    font-size: 14px;
    color: #232333;
    padding: 0 0 20px 0;
}

html body .inbenta-helpsite .inbenta-km__decision-tree__phrase {
    color: #232333;
    font-weight: normal;
}

html body .inbenta-helpsite .inbenta-km__decision-tree__back {
    margin-top: 15px;
}

html body .inbenta-helpsite .inbenta-km__decision-tree__back span {
    font-family: "Roboto";
    font-size: 14px;
    color: #232333;
    font-weight: 600;
}

html body .inbenta-helpsite .inbenta-km__decision-tree__back .inbenta-km-button {
    padding: 2px 15px;
}

html body .inbenta-helpsite .inbenta-km__decision-tree .inbenta-km__faqs {
    margin: 0;
}

html body .inbenta-helpsite .inbenta-km__decision-tree .inbenta-km__faqs .inbenta-km__faq {
    border: none;
}

html body .inbenta-helpsite .inbenta-km__decision-tree .inbenta-km__faqs .inbenta-km__faq__title .title__faq {
    padding: 16px 0;
}

html body .inbenta-helpsite .inbenta-km__decision-tree .inbenta-km__faqs .inbenta-km__faq__title .title__faq .title__faq__text {
    display: none;
}

html body .inbenta-helpsite .inbenta-km__decision-tree .inbenta-km__faqs .inbenta-km__faq__body {
    padding-left: 0;
}

html body .inbenta-helpsite .inbenta-km__decision-tree .inbenta-km__faqs .inbenta-km__faq__body .body__rating {
    display: none;
}

html body .inbenta-helpsite .inbenta-km__powered {
    padding: 14px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

html body .inbenta-helpsite .inbenta-km__footer {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    background-color: #232333;
}

html body .inbenta-helpsite .inbenta-km__footer__contents {
    border-bottom: 1px solid #595B83;
}

html body .inbenta-helpsite .inbenta-km__footer__contents .contents__social-media {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 0;
    max-width: 1600px;
    margin: 0 auto;
}

html body .inbenta-helpsite .inbenta-km__footer__contents .contents__social-media__icon {
    display: block;
    height: 24px;
    width: 24px;
    margin: 8px 12px;
}

html body .inbenta-helpsite .inbenta-km__footer__contents .contents__social-media__icon--facebook {
    background-image: url("https://static-or00.inbenta.com/e1e6f9aae250934d455d2826352ae3a3fe1c49bacde526a29ef3a9640f29865a/facebook.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

html body .inbenta-helpsite .inbenta-km__footer__contents .contents__social-media__icon--twitter {
    background-image: url("https://static-or00.inbenta.com/e1e6f9aae250934d455d2826352ae3a3fe1c49bacde526a29ef3a9640f29865a/twitter.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

html body .inbenta-helpsite .inbenta-km__footer__contents .contents__social-media__icon--youYube {
    background-image: url("https://static-or00.inbenta.com/e1e6f9aae250934d455d2826352ae3a3fe1c49bacde526a29ef3a9640f29865a/youtube.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

html body .inbenta-helpsite .inbenta-km__footer__contents .contents__social-media__icon--blog {
    background-image: url("https://static-or00.inbenta.com/e1e6f9aae250934d455d2826352ae3a3fe1c49bacde526a29ef3a9640f29865a/blog.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

html body .inbenta-helpsite .inbenta-km__footer__contents .contents__social-media__icon--gplus {
    background-image: url("https://static-or00.inbenta.com/e1e6f9aae250934d455d2826352ae3a3fe1c49bacde526a29ef3a9640f29865a/google-plus.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

html body .inbenta-helpsite .inbenta-km__footer__contents .contents__social-media__icon--instagram {
    background-image: url("https://static-or00.inbenta.com/e1e6f9aae250934d455d2826352ae3a3fe1c49bacde526a29ef3a9640f29865a/instagram.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

html body .inbenta-helpsite .inbenta-km__footer__contents .contents__menu {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1600px;
    margin: 0 auto;
}

html body .inbenta-helpsite .inbenta-km__footer__contents .contents__menu__link {
    color: #E4E4EC;
    display: block;
    font-weight: 500;
    padding: 32px 16px;
    font-size: 14px;
    margin-right: 32px;
}

html body .inbenta-helpsite .inbenta-km__footer__contents .contents__menu__link:hover {
    color: #E4E4EC;
    text-decoration: underline;
}

html body .inbenta-helpsite .inbenta-km__footer__contents .contents__responsible-gaming {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1600px;
    margin: 0 auto;
    padding: 16px;
}

html body .inbenta-helpsite .inbenta-km__footer__contents .contents__responsible-gaming__logos {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #C8C9D3;
}

html body .inbenta-helpsite .inbenta-km__footer__contents .contents__responsible-gaming__logos .logos__logo {
    background-image: url("https://static-or00.inbenta.com/e1e6f9aae250934d455d2826352ae3a3fe1c49bacde526a29ef3a9640f29865a/18-plus.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    height: 24px;
    width: 24px;
    margin-right: 8px;
}

html body .inbenta-helpsite .inbenta-km__footer__contents .contents__responsible-gaming__logos .logos__logo--21 {
    background-image: url("https://static-or00.inbenta.com/e1e6f9aae250934d455d2826352ae3a3fe1c49bacde526a29ef3a9640f29865a/21-plus.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

html body .inbenta-helpsite .inbenta-km__footer__contents .contents__responsible-gaming__links {
    width: 100%;
    text-align: center;
}

html body .inbenta-helpsite .inbenta-km__footer__contents .contents__responsible-gaming__links .links__link {
    color: #E4E4EC;
    font-size: 14px;
    padding: 0 16px;
    border-left: 1px solid white;
    text-decoration: none;
    font-weight: 600;
    line-height: 1.8;
}

html body .inbenta-helpsite .inbenta-km__footer__contents .contents__responsible-gaming__links .links__link:first-child {
    border-left: none;
}

html body .inbenta-helpsite .inbenta-km__footer__contents .contents__responsible-gaming__links .links__link:hover {
    color: #E4E4EC;
    text-decoration: underline;
}

html body .inbenta-helpsite .inbenta-km__footer__contents .contents__disclaimer {
    max-width: 1600px;
    margin: 0 auto;
    color: #C8C9D3;
    line-height: 1.5;
    font-size: 14px;
    padding: 16px 16px 24px;
}

html body .inbenta-helpsite .inbenta-km__loader {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.18);
    z-index: 99999;
}

html body .inbenta-helpsite .inbenta-km__loader__icon {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    border-top: 8px solid rgba(255, 255, 255, 0.8);
    border-right: 8px solid rgba(255, 255, 255, 0.8);
    border-bottom: 8px solid rgba(255, 255, 255, 0.8);
    border-left: 8px solid #CCCCCC;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: loader 1.1s infinite linear;
    animation: loader 1.1s infinite linear;
}

@media (max-width: 992px) {
    html body .inbenta-helpsite .inbenta-km__header__header-top .header-top__contents {
        height: 47px;
    }
    html body .inbenta-helpsite .inbenta-km__header__header-top .header-top__contents__logo .logo__logo {
        display: none;
    }
    html body .inbenta-helpsite .inbenta-km__header__header-top .header-top__contents__logo .logo__logo--mobile {
        display: block;
    }
    html body .inbenta-helpsite .inbenta-km__header__header-top .header-top__contents__logo .logo__link {
        font-size: 18px;
    }
    html body .inbenta-helpsite .inbenta-km__header__header-top .header-top__contents__menu .menu__link {
        display: none;
    }
    html body .inbenta-helpsite .inbenta-km__header__header-top .header-top__contents__menu--mobile {
        display: block;
    }
    html body .inbenta-helpsite .inbenta-km__body {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column;
    }
    html body .inbenta-helpsite .inbenta-km__sidebar {
        width: 100%;
        margin: 16px 0 0 0;
    }
    html body .inbenta-helpsite .inbenta-km__footer__contents .contents__social-media__icon {
        height: 20px;
        width: 20px;
    }
    html body .inbenta-helpsite .inbenta-km__footer__contents .contents__menu {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-align-items: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 8px 0;
    }
    html body .inbenta-helpsite .inbenta-km__footer__contents .contents__menu__link {
        padding: 8px 16px;
        font-size: 12px;
    }
    html body .inbenta-helpsite .inbenta-km__footer__contents .contents__responsible-gaming {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-align-items: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 14px;
    }
    html body .inbenta-helpsite .inbenta-km__footer__contents .contents__responsible-gaming__logos {
        font-size: 12px;
    }
    html body .inbenta-helpsite .inbenta-km__footer__contents .contents__responsible-gaming__links {
        padding-top: 16px;
    }
    html body .inbenta-helpsite .inbenta-km__footer__contents .contents__responsible-gaming__links .links__link {
        font-size: 12px;
        padding: 0 12px;
    }
    html body .inbenta-helpsite .inbenta-km__footer__contents .contents__responsible-gaming__links .links__link:first-child {
        padding-left: 0;
    }
    html body .inbenta-helpsite .inbenta-km__footer__contents .contents__disclaimer {
        font-size: 10px;
    }
}

@media (max-width: 768px) {
    html body .inbenta-helpsite .inbenta-km__header__search {
        padding: 70px 0;
    }
    html body .inbenta-helpsite .inbenta-km__search {
        width: 85%;
    }
    html body .inbenta-helpsite .inbenta-km__categories__container .container__subcategory .container__category__group .inbenta-km__category {
        width: 100%;
        margin: 0 0 8px 0;
    }
}

@media (max-width: 580px){
    html body {
        padding-bottom: 350px;
    }
}


@media (max-width: 480px) {
    html body .inbenta-helpsite .inbenta-km__header__header-top .header-top__contents__logo .logo__link {
        padding-right: 0;
    }
    html body .inbenta-helpsite .inbenta-km__contents {
        padding: 8px 24px;
    }
    html body .inbenta-helpsite .inbenta-km__faqs .inbenta-km__faq__title .title__faq {
        padding: 16px 0;
    }
    html body .inbenta-helpsite .inbenta-km__faqs .inbenta-km__faq__body {
        padding-left: 0;
    }
}

@media (max-width: 340px){
    html body {
        padding-bottom: 370px;
    }
}


/* slider MARIA CASINO*/

body .slider__container{
	display: none;
	background-color: #AC0033;
	padding: 0 20px;
}

body .slider__container .slider__arrow{
	display: none;
}

body #slider__parent {
	max-width: 1560px;
	margin: 0 auto;
}

body .slider {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: flex-end;
	-ms-align-items: flex-end;
	align-items: flex-end;
	min-height: 60px;
	position: relative;
	overflow: hidden;
}

body .slider__nav {
	width: 6px;
	height: 6px;
	margin: 4px;
	border-radius: 50%;
	z-index: 10;
	background-color: #CCC;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

body .slider__nav:checked {
	background-color: #3074B3;
}

body .slider__nav:focus{
	outline: none;
}

body .slider__nav:checked:nth-of-type(1)~.slider__inner {
	left: 0%;
}

body .slider__nav:checked:nth-of-type(2)~.slider__inner {
	left: -100%;
}

body .slider__nav:checked:nth-of-type(3)~.slider__inner {
	left: -200%;
}

body .slider__nav:checked:nth-of-type(4)~.slider__inner {
	left: -300%;
}

body .slider__nav:checked:nth-of-type(5)~.slider__inner {
	left: -400%;
}

body .slider__nav:checked:nth-of-type(6)~.slider__inner {
	left: -500%;
}

body .slider__nav:checked:nth-of-type(7)~.slider__inner {
	left: -600%;
}

body .slider__nav:checked:nth-of-type(8)~.slider__inner {
	left: -700%;
}

body .slider__nav:checked:nth-of-type(9)~.slider__inner {
	left: -800%;
}

body .slider__nav:checked:nth-of-type(10)~.slider__inner {
	left: -900%;
}

body .slider__nav:checked:nth-of-type(11)~.slider__inner {
	left: -1000%;
}

body .slider__nav:checked:nth-of-type(12)~.slider__inner {
	left: -1100%;
}

body .slider__nav:checked:nth-of-type(13)~.slider__inner {
	left: -1200%;
}

body .slider__nav:checked:nth-of-type(14)~.slider__inner {
	left: -1300%;
}

body .slider__nav:checked:nth-of-type(15)~.slider__inner {
	left: -1400%;
}

body .slider__nav:checked:nth-of-type(16)~.slider__inner {
	left: -1500%;
}

body .slider__nav:checked:nth-of-type(17)~.slider__inner {
	left: -1600%;
}

body .slider__nav:checked:nth-of-type(18)~.slider__inner {
	left: -1700%;
}

body .slider__nav:checked:nth-of-type(19)~.slider__inner {
	left: -1800%;
}

body .slider__nav:checked:nth-of-type(20)~.slider__inner {
	left: -1900%;
}

body .slider__inner {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	width: 300%;
	height: auto;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

body .slider__inner--1 {
	width: 100%;
}

body .slider__inner--2 {
	width: 200%;
}

body .slider__inner--3 {
	width: 300%;
}

body .slider__inner--4 {
	width: 400%;
}

body .slider__inner--5 {
	width: 500%;
}

body .slider__inner--6 {
	width: 600%;
}

body .slider__inner--7 {
	width: 700%;
}

body .slider__inner--8 {
	width: 800%;
}

body .slider__inner--9 {
	width: 900%;
}

body .slider__inner--10 {
	width: 1000%;
}

body .slider__inner--11 {
	width: 1100%;
}

body .slider__inner--12 {
	width: 1200%;
}

body .slider__inner--13 {
	width: 1300%;
}

body .slider__inner--14 {
	width: 1400%;
}

body .slider__inner--15 {
	width: 1500%;
}

body .slider__inner--16 {
	width: 1600%;
}

body .slider__inner--17 {
	width: 1700%;
}

body .slider__inner--18 {
	width: 1800%;
}

body .slider__inner--19 {
	width: 1900%;
}

body .slider__inner--20 {
	width: 2000%;
}

body .slider__contents {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	font-family: "Roboto", sans-serif;
	font-size: 13.5px;
    line-height: 1.35;
    color: #232333;
	height: 100%;
	min-height: 60px;
	width: 100%;
	padding: 6px 0;
	margin-right: 10px;
	max-width: 1560px;
}

body .slider__buttons{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	flex-shrink: 0;
}

html body .slider__buttons .inbenta-km-button{
	background-color: #3074B3;
	border: 2px solid #3074B3;
	color: white;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	padding: 8px 16px;
	margin-left: 16px;
	line-height: 1.5;
	text-decoration: none;
	border-radius: 0;
}

html body .slider__buttons .inbenta-km-button:hover:not([disabled]){
	background-color: #3074B3;
	border: 2px solid #3074B3;
	color: white;
	text-decoration: none;
}

html body .slider__buttons .inbenta-km-button.inbenta-km-button--cta2{
	background-color: #C8C9D3;
	border-color: #C8C9D3;
	color: #232333;
}

html body .slider__buttons .inbenta-km-button.inbenta-km-button--cta2:hover:not([disabled]){
	background-color: #C8C9D3;
	text-decoration: none;
	border-color: #C8C9D3;
	color: #232333;
}

body .slider__contents__wrapper .wrapper__text .slider__txt-title {
	font-weight: 600;
	margin: 0;
}

body .slider__contents .slider__txt-description {
	display: flex;
	align-items: center;
	font-weight: normal;
	margin: 0;
}


@media (max-width: 992px) {
	html body .inbenta-km__sidebar{
		display: block;
		width: 100%;
		margin: 20px 0 0 0;
		order: 2;
	}
	
	body .slider{
		min-height: 70px;
	}
}

@media (max-width: 768px) {

	body .slider__contents .slider__txt-description:before{
		display: none;
	}
	
	body .slider{
		min-height: 156px;
	}
	
	body .slider__container--small .slider{
		min-height: 90px;
	}
	
	body .slider__contents{
		flex-direction: column;
		justify-content: center;
	    padding: 20px 0;
	}
	
	body .slider__contents .slider__txt-description{
		text-align: center;
	    align-items: flex-start;
	    min-height: 36px;
	}
	
	body .slider__buttons{
		margin-top: 20px;
		width: 80%;
	}
	
	html body .slider__buttons .inbenta-km-button{
		flex-grow: 2;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    white-space: nowrap;
	}
	
	html body .slider__buttons .inbenta-km-button:first-child{
		margin-left: 0;
	}
	
	body .slider__nav{
	    position: relative;
	    bottom: 12px;
	}
}

@media (max-width: 710px){
	body .slider {
    	min-height: 170px;
	}
	
	body .slider__container--small .slider{
		min-height: 110px;
	}
	
	body .slider__contents .slider__txt-description{
		min-height: 50px;
	}
}

@media (max-width: 508px){
	body .slider__container{
		padding: 0 10px;
		position: relative;
	}
	
	body .slider__contents{
		padding: 20px;
	}
	
	body .slider{
		min-height: 192px;
	}
	
	body .slider__container--small .slider{
		min-height: 125px;
	}
	
	html body .slider__container .slider__arrow{
	    display: block;
	    position: absolute;
	    top: 39%;
	    right: 0;
        z-index: 999999;
        cursor: pointer;
	}
	
	html body .slider__container.slider__container--not-arrows .slider__arrow{
        display: none;
    }
	
	html body .slider__container .slider__arrow:before{
	   	content: '\67';
	   	color: #232333;
	   	font-size: 25px;
	   	font-family: inbenta-app-icons;
	    font-style: normal;
	    font-weight: 400;
	    font-variant: normal;
	    text-transform: none;
	}
	
	html body .slider__container .slider__arrow.slider__arrow--left{
		left: 0;
		right: auto;
	}

	html body .slider__container .slider__arrow.slider__arrow--left:before{
	   	content: '\66';
	}
	
	html body .slider__contents .slider__txt-description{
		min-height: 72px;
	}
}

@media (max-width: 389px){
	html body .slider{
		min-height: 210px;
	}
	
	body .slider__container--small .slider{
		min-height: 140px;
	}
	
	html body .slider__buttons{
		width: 95%;
	}
	
	html body .slider__buttons .inbenta-km-button{
		padding: 6px 8px;
		font-size: 13.5px;
	}
	
	html body .slider__contents .slider__txt-description{
		min-height: 90px;
	}
}

@media (max-width: 340px) {
	html body .slider{
		min-height: 230px;
	}
	
	body .slider__container--small .slider{
		min-height: 140px;
	}
	
	html body .slider__contents .slider__txt-description{
		min-height: 108px;
	}
}

/* end slider */

/* Hide ratings in the custom article's page */
.inbenta-km__rating__content {
    display: none !important;

}