/*!
 * Bootstrap Reboot v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*, ::after, ::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

@-ms-viewport {
    width: device-width
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1, h2, h3, h4, h5, h6 {
    text-align: center;
    margin-top: 0;
    margin-bottom: .5rem
}

p, ol, ul {
    font-size: var(--normal-font-size);
    margin-bottom: 16px;
    line-height: 28px;
    text-align: start;
}

/*p {
    margin-top: 0;
    margin-bottom: 1rem
}*/

abbr[data-original-title], abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

picture img {
    border-radius: 14px;
    margin: 20px auto;
}

/*img {
    vertical-align: middle;
    border-style: none
}*/

svg:not(:root) {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

/*!
 * Bootstrap Grid v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
    width: device-width
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*, ::after, ::before {
    box-sizing: inherit
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1160px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters > .col, .no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.3333333333%
}

.offset-2 {
    margin-left: 16.6666666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.3333333333%
}

.offset-5 {
    margin-left: 41.6666666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.3333333333%
}

.offset-8 {
    margin-left: 66.6666666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.3333333333%
}

.offset-11 {
    margin-left: 91.6666666667%
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.3333333333%
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.3333333333%
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.3333333333%
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.3333333333%
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.3333333333%
    }

    .offset-md-2 {
        margin-left: 16.6666666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.3333333333%
    }

    .offset-md-5 {
        margin-left: 41.6666666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.3333333333%
    }

    .offset-md-8 {
        margin-left: 66.6666666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.3333333333%
    }

    .offset-md-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.3333333333%
    }

    .offset-lg-2 {
        margin-left: 16.6666666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.3333333333%
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.3333333333%
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.3333333333%
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.3333333333%
    }

    .offset-xl-2 {
        margin-left: 16.6666666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.3333333333%
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.3333333333%
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.3333333333%
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%
    }
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

.scroll-top {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999999;
    height: 50px;
    width: 50px;
    cursor: pointer;
    background: #ffa200 url("/assets/layout/svg/icon-arrow-up-w.svg") no-repeat center center;
    background-size: 80%
}

.scroll-top:hover {
    opacity: .7
}

.scroll-top a {
    display: block;
    height: 50px;
    width: 50px
}

.visible-lg {
    display: none !important
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-lg {
        display: inline-block !important
    }
}

.visible-md {
    display: none !important
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-md {
        display: inline-block !important
    }
}

.visible-sm {
    display: none !important
}

@media (max-width: 767px) {
    .visible-sm {
        display: inline-block !important
    }
}

.visible-xs {
    display: none !important
}

@media (max-width: 575px) {
    .visible-xs {
        display: inline-block !important
    }
}

.hidden-lg {
    display: inline-block
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-lg {
        display: none !important
    }
}

.hidden-md {
    display: inline-block
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-md {
        display: none !important
    }
}

.hidden-sm {
    display: inline-block
}

@media (max-width: 767px) {
    .hidden-sm {
        display: none !important
    }
}

.hidden-xs {
    display: inline-block
}

@media (max-width: 575px) {
    .hidden-xs {
        display: none !important
    }
}

.visible-mobile {
    display: none !important
}

@media (max-width: 991px) {
    .visible-mobile {
        display: inline-block !important
    }
}

.hidden-mobile {
    display: none !important
}

@media (min-width: 992px) {
    .hidden-mobile {
        display: inline-block !important
    }
}

.site {
    position: absolute;
    z-index: 2;
    background: #fff;
    width: 100%;
    transition: .7s;
    right: 0
}

.site.active {
    right: 300px
}

body {
    font-family: Roboto, Arial, Helvetica;
    font-style: normal;
    font-weight: 400;
    background: #fff;
    font-size: 14px;
    color: #555
}

.footer {
    background: #182f3a;
    margin-top: 200px;
    padding: 50px 0;
    border-top: 5px solid #ffa200
}

.footer .first-row {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, .3)
}

.footer .footer-logo {
    width: 25%;
    text-align: center
}

.footer .footer-logo img {
    width: 75%;
    margin: auto
}

.footer .footer-logo img:hover {
    opacity: .8
}

.footer .footer-description {
    width: 50%;
    padding: 0 40px;
    border-left: 1px solid rgba(255, 255, 255, .3);
    border-right: 1px solid rgba(255, 255, 255, .3)
}

.footer .footer-description h6 {
    font-size: 14px;
    color: rgba(255, 255, 255, .9);
    text-transform: uppercase;
    margin-bottom: 6px
}

.footer .footer-description p {
    font-size: 11px;
    color: rgba(255, 255, 255, .8)
}

.footer .footer-description p a {
    color: rgba(255, 255, 255, .8);
    text-decoration: underline
}

.footer .footer-description p a:hover {
    text-decoration: none
}

.footer .footer-nav {
    width: 25%;
    padding-left: 40px
}

.footer .footer-nav ul li {
    margin-bottom: 3px
}

.footer .footer-nav ul li a {
    font-size: 12px;
    color: #fff;
    text-decoration: underline
}

.footer .footer-nav ul li a:hover {
    text-decoration: none
}

.footer .partners-title {
    font-size: 14px;
    color: rgba(255, 255, 255, .9);
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center
}

.footer .partners {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px
}

.footer .partners .partner-logo {
    margin: 10px 30px;
    max-height: 70px
}

.footer .partners .partner-logo a:hover {
    opacity: .6
}

.footer .responsibility {
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.footer .responsibility .responsibility-logo {
    margin: 10px 30px
}

.footer .responsibility .responsibility-logo a:hover {
    opacity: .6
}

.footer .copyright {
    padding-top: 30px;
    text-align: center
}

.footer .copyright p {
    margin-bottom: 0;
    font-size: 11px;
    color: rgba(255, 255, 255, .8)
}

@media (max-width: 767px) {
    .footer {
        margin-top: 80px
    }

    .footer .first-row {
        display: block
    }

    .footer .footer-logo {
        width: 100%;
        margin-bottom: 20px;
        padding-bottom: 20px
    }

    .footer .footer-logo img {
        width: 50%;
        max-width: 200px
    }

    .footer .footer-description {
        width: 100%;
        border: 0;
        margin-bottom: 20px;
        padding: 0 0 20px 0;
        border-bottom: 1px solid rgba(255, 255, 255, .3);
        text-align: center
    }

    .footer .footer-description .text {
        width: 80%;
        margin: auto
    }

    .footer .footer-nav {
        width: 100%;
        padding-left: 0
    }

    .footer .footer-nav ul li {
        text-align: center
    }

    .footer .partners-title {
        margin-bottom: 30px
    }

    .footer .partners {
        padding-bottom: 0
    }

    .footer .partners .partner-logo {
        margin: 0 15px 30px
    }

    .footer .partners .partner-logo img {
        max-height: 50px
    }
}

.outside-nav {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 300px;
    background: #112028;
    overflow: auto
}

.outside-nav.hidden {
    display: none
}

.outside-nav .box {
    position: relative;
    width: 100%;
    padding-top: 25px
}

.outside-nav .box .close-outside-nav {
    display: block;
    position: absolute;
    right: 20px;
    top: 22px;
    font-size: 22px;
    padding: 0 10px 0 10px;
    cursor: pointer;
    color: #d3d3d3;
    background: #091216;
    border-radius: 50%
}

.outside-nav .box .close-outside-nav:hover {
    background: #468593;
    color: #fff
}

.outside-nav .box b {
    font-size: 20px;
    color: #fff;
    display: inline-block;
    font-style: normal;
    font-weight: 700;
    padding: 0 0 25px 25px
}

.outside-nav .box ul.full-nav {
    display: block;
    width: 100%
}

.outside-nav .box ul.full-nav li {
    width: 100%
}

.outside-nav .box ul.full-nav li.active a, .outside-nav .box ul.full-nav li.active span {
    background: #468593
}

.outside-nav .box ul.full-nav li.active:hover a, .outside-nav .box ul.full-nav li.active:hover span {
    background: #468593
}

.outside-nav .box ul.full-nav li:hover span, .outside-nav .box ul.full-nav li:hover > a {
    background: #468593
}

.outside-nav .box ul.full-nav li a, .outside-nav .box ul.full-nav li span {
    display: flex;
    align-items: center;
    padding: 17px 25px;
    border-bottom: 1px solid #091216;
    color: #eee;
    cursor: pointer
}

.outside-nav .box ul.full-nav li a img, .outside-nav .box ul.full-nav li span img {
    width: 25px;
    height: 25px;
    margin-right: 10px
}

.outside-nav .box ul.full-nav li a i, .outside-nav .box ul.full-nav li span i {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("/assets/layout/svg/icon-arrow-down-w.svg");
    background-size: 100%;
    position: relative;
    top: 2px;
    left: 2px
}

.outside-nav .box ul.full-nav li a:hover, .outside-nav .box ul.full-nav li span:hover {
    text-decoration: none
}

.outside-nav .box ul.full-nav li ul.sub-nav {
    display: none;
    position: relative;
    width: 100%
}

.outside-nav .box ul.full-nav li ul.sub-nav li {
    width: 100%
}

.outside-nav .box ul.full-nav li ul.sub-nav li a, .outside-nav .box ul.full-nav li ul.sub-nav li span {
    line-height: 1.3em;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #323a45
}

.outside-nav .box ul.full-nav li ul.sub-nav li a:hover, .outside-nav .box ul.full-nav li ul.sub-nav li span:hover {
    background: #ffa200;
    color: #eee
}

.outside-nav .box ul.full-nav li.language-nav:hover span, .outside-nav .box ul.full-nav li.language-nav:hover > a {
    color: #eee
}

.outside-nav .box ul.full-nav li.language-nav a, .outside-nav .box ul.full-nav li.language-nav span {
    color: #777;
    border-bottom: 0
}

.outside-nav .box ul.full-nav li.language-nav a img, .outside-nav .box ul.full-nav li.language-nav span img {
    padding-right: 7px;
    width: 30px;
    height: 30px
}

.header {
    background: #182f3a;
    height: 93px;
    position: relative;
    padding-left: 20px;
    padding-right: 20px
}

.header .logo {
    position: relative;
    top: 20px
}

.header .logo a img {
    height: 52px
}

.header .outside-nav-icon {
    position: absolute;
    top: 22px;
    right: 0;
    width: 46px;
    height: 46px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    cursor: pointer
}

.header .outside-nav-icon:hover img {
    opacity: .8
}

.header .mobile-nav-icon {
    position: absolute;
    background: 0 0;
    top: 22px;
    right: 60px;
    width: 46px;
    height: 46px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    border-radius: 50%;
    background: #13252e
}

.header .mobile-nav-icon .icon {
    height: 26px;
    width: 32px;
    display: block;
    text-align: center;
    line-height: 32px;
    font-weight: 700;
    font-size: 13px;
    vertical-align: bottom;
    margin: auto;
    position: relative;
    cursor: pointer
}

.header .mobile-nav-icon .icon u {
    background: #fff;
    width: 20px;
    height: 2px;
    position: absolute;
    left: 5px;
    transition: all ease-in .6s;
    -webkit-transition: all ease-in .5s
}

.header .mobile-nav-icon .icon u.mb {
    top: 17px
}

.header .mobile-nav-icon .icon u.ma {
    top: 8px
}

.header .mobile-nav-icon .icon.active u.mb {
    top: 12px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg)
}

.header .mobile-nav-icon .icon.active u.ma {
    top: 12px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg)
}

@media (min-width: 1200px) {
    .header .wrapper {
        max-width: 1129px;
        margin: 0 auto;
        position: relative
    }

    .header .logo {
        top: 25px
    }

    .header .logo a img {
        height: 42px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header {
        border-bottom: 3px solid #ffa200;
        height: auto
    }

    .header .logo {
        top: auto;
        padding: 18px 0
    }

    .header .logo a img {
        height: 42px
    }

    .header .outside-nav-icon {
        top: 13px
    }

    .header .mobile-nav-icon {
        top: 18px;
        width: 45px;
        height: 43px
    }

    .header .mobile-nav-icon .icon {
        height: 27px;
        width: 31px
    }
}

@media (max-width: 767px) {
    .header {
        border-bottom: 3px solid #ffa200;
        height: auto;
        padding-left: 0;
        padding-right: 0
    }

    .header .logo {
        top: auto;
        padding: 18px 0 18px 20px
    }

    .header .logo a img {
        height: 34px
    }

    .header .outside-nav-icon {
        top: 9px;
        right: 20px
    }

    .header .mobile-nav-icon {
        background: 0 0;
        top: 8px;
        right: 70px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header .mobile-nav-icon {
        background: 0 0
    }
}

.top-nav {
    position: absolute;
    right: 120px;
    top: 36px;
    display: inline-flex
}

.top-nav .top-nav-node {
    margin-right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px
}

.top-nav .top-nav-node img.image {
    height: 20px;
    position: relative;
    top: -1px;
    margin-right: 5px
}

.top-nav .top-nav-node a {
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 700
}

.top-nav .top-nav-node a:hover {
    text-decoration: none;
    color: #fff
}

.top-nav .top-nav-node .title-top {
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    font-style: normal;
    font-weight: 700;
    display: flex;
    gap: 4px;
    align-items: center
}

.top-nav .top-nav-node .title-top svg {
    height: 20px;
    fill: white
}

.top-nav .top-nav-node .title-top:hover {
    text-decoration: underline;
    color: #fff
}

.top-nav .top-nav-node .title-top.active {
    color: #fff
}

.top-nav .top-nav-node .top-nav-dropdown {
    position: absolute;
    min-width: 275px;
    background: #182f3a;
    border-top: 5px solid #468593;
    z-index: 250;
    top: 57px;
    display: none;
    flex-direction: column;
    padding: 20px 20px 15px
}

.top-nav .top-nav-node .top-nav-dropdown .top-nav-dropdown-header h6 {
    font-size: 16px;
    color: #fff;
    font-family: Roboto, Arial, Helvetica;
    font-weight: 600
}

.top-nav .top-nav-node .top-nav-dropdown .top-nav-dropdown-list {
    margin-top: 20px
}

.top-nav .top-nav-node .top-nav-dropdown .top-nav-dropdown-list ul li {
    margin-bottom: 20px
}

.top-nav .top-nav-node .top-nav-dropdown .top-nav-dropdown-list ul li a .top-nav-company-item {
    display: inline-flex
}

.top-nav .top-nav-node .top-nav-dropdown .top-nav-dropdown-list ul li a .top-nav-company-item .number-box .number {
    cursor: default;
    color: #bcbcbc;
    border-radius: 50%;
    background: #0d191f;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    line-height: 27px;
    font-family: Roboto, Arial, Helvetica;
    font-weight: 800;
    margin-right: 25px;
    font-size: 14px
}

.top-nav .top-nav-node .top-nav-dropdown .top-nav-dropdown-list ul li a .top-nav-company-item .number-box .number.gold {
    background: #f0d107;
    color: #000
}

.top-nav .top-nav-node .top-nav-dropdown .top-nav-dropdown-list ul li a .top-nav-company-item .image-box img {
    margin-right: 15px;
    position: relative;
    height: 30px
}

.top-nav .top-nav-node .top-nav-dropdown .top-nav-dropdown-list ul li a .top-nav-company-item .content-box .stars {
    line-height: 1
}

.top-nav .top-nav-node .top-nav-dropdown .top-nav-dropdown-list ul li a .top-nav-company-item .content-box .stars span {
    color: #13252e !important;
    font-size: 12px
}

.top-nav .top-nav-node .top-nav-dropdown .top-nav-dropdown-list ul li a .top-nav-company-item .content-box .stars span.active {
    color: #f0d107 !important
}

.top-nav .top-nav-node .top-nav-dropdown .top-nav-dropdown-list ul li a .top-nav-company-item .content-box span {
    color: #bcbcbc;
    font-size: 14px;
    font-family: Roboto, Arial, Helvetica;
    font-weight: 600
}

.top-nav .top-nav-node .top-nav-dropdown .top-nav-dropdown-list ul li a:hover .top-nav-company-item .content-box span {
    text-decoration: none;
    color: #fff
}

.top-nav .top-nav-node .top-nav-dropdown .top-nav-dropdown-footer {
    border-top: 1px solid #182f3a;
    padding-top: 15px
}

.top-nav .top-nav-node .top-nav-dropdown .top-nav-dropdown-footer a {
    color: #bcbcbc;
    font-family: Roboto, Arial, Helvetica;
    font-weight: 600;
    font-size: 14px
}

.top-nav .top-nav-node .top-nav-dropdown .top-nav-dropdown-footer a:hover {
    text-decoration: none;
    color: #fff
}

@media (min-width: 768px) and (max-width: 991px) {
    .top-nav {
        top: 30px
    }

    .top-nav .top-nav-node img.image {
        height: 18px;
        top: -1px;
        margin-right: 5px
    }

    .top-nav .top-nav-node .top-nav-dropdown {
        top: 48px;
        border-top: 3px solid #468593
    }
}

@media (max-width: 767px) {
    .top-nav {
        display: none
    }
}

.main-nav {
    background: #13252e;
    border-bottom: 5px solid #ffa200
}

.main-nav ul {
    display: none
}

.main-nav ul li {
    display: inline-block
}

.main-nav ul li:hover {
    background: #468593
}

.main-nav ul li a, .main-nav ul li span.drop {
    font-style: normal;
    font-weight: 700;
    display: block;
    padding: 2px 20px 0 20px;
    color: #fff;
    line-height: 40px;
    font-size: 13px;
    text-decoration: none;
    cursor: pointer
}

.main-nav ul li img {
    vertical-align: middle
}

.main-nav ul li.active {
    background: #468593;
    position: relative
}

.main-nav ul li.dropdown {
    position: relative
}

.main-nav ul li.dropdown i {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("/assets/layout/svg/icon-arrow-down-w.svg");
    background-size: 100%;
    position: relative;
    top: 2px;
    left: 2px
}

.main-nav ul li.dropdown ul.sub-nav {
    height: auto;
    display: none;
    position: absolute;
    top: 42px;
    left: 0;
    z-index: 1000;
    background: #ffa200;
    padding-top: 0;
    font-style: normal;
    font-weight: 400
}

.main-nav ul li.dropdown ul.sub-nav li {
    float: none
}

.main-nav ul li.dropdown ul.sub-nav li:last-child a {
    border-bottom: 0
}

.main-nav ul li.dropdown ul.sub-nav li a {
    display: block;
    line-height: 1.4em;
    min-width: 230px;
    border-bottom: 1px solid #e69200;
    text-transform: none;
    padding: 15px 20px
}

.main-nav ul li.dropdown ul.sub-nav li a:hover {
    background: #468593
}

.main-nav ul li.dropdown ul.sub-nav li.dropdown {
    width: 100%
}

.main-nav ul li.dropdown ul.sub-nav li.dropdown i {
    transform: rotate(270deg);
    webkit-transform: rotate(270deg)
}

.main-nav ul li.dropdown ul.sub-nav li.dropdown ul.sub-nav {
    background: #ffae22;
    top: 0;
    left: 230px;
    padding-top: 0;
    z-index: 1001
}

.main-nav ul li.dropdown ul.sub-nav li.dropdown ul.sub-nav li a:hover {
    background: #ffa200
}

.main-nav ul li.split ul {
    column-count: 3
}

.main-nav ul li.language-nav {
    float: right
}

.main-nav ul li.language-nav img {
    position: relative;
    top: -2px
}

@media (min-width: 992px) and (max-width: 1199px) {
    .main-nav ul li a, .main-nav ul li span.drop {
        font-size: 12px;
        padding: 2px 15px 0 15px
    }

    .main-nav ul li.language-nav.dropdown ul.sub-nav {
        right: 0;
        left: unset
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .main-nav {
        border: 0
    }

    .main-nav .container {
        max-width: 100%;
        padding: 0;
        margin: 0
    }

    .main-nav ul {
        border-bottom: 5px solid #ffa200
    }

    .main-nav ul li {
        display: block
    }

    .main-nav ul li a, .main-nav ul li span.drop {
        border-bottom: 1px solid #333
    }

    .main-nav ul li.dropdown:hover {
        background: 0 0
    }

    .main-nav ul li.dropdown ul.sub-nav {
        padding-top: 0;
        position: static
    }

    .main-nav ul li.dropdown ul.sub-nav li:hover {
        background: #ffa200
    }

    .main-nav ul li.dropdown ul.sub-nav li:last-of-type a {
        border-bottom: 0
    }

    .main-nav ul li.split ul {
        column-count: 2
    }

    .main-nav ul li.language-nav {
        float: none
    }

    .main-nav ul li.language-nav span.drop {
        text-align: center
    }

    .main-nav ul li.language-nav span.drop span {
        display: inline-block !important;
        font-size: 11px;
        color: #999;
        padding-right: 4px
    }

    .main-nav ul li.language-nav ul.sub-nav li a {
        border-bottom: 1px solid #eee
    }
}

@media (max-width: 767px) {
    .main-nav {
        border: 0
    }

    .main-nav .container {
        max-width: 100%;
        padding: 0;
        margin: 0
    }

    .main-nav ul li {
        display: block
    }

    .main-nav ul li a, .main-nav ul li span.drop {
        border-bottom: 1px solid #333
    }

    .main-nav ul li.dropdown:hover {
        background: 0 0
    }

    .main-nav ul li.dropdown ul.sub-nav {
        padding-top: 0;
        position: static
    }

    .main-nav ul li.dropdown ul.sub-nav li:hover {
        background: #ffa200
    }

    .main-nav ul li.dropdown ul.sub-nav li:last-of-type a {
        border-bottom: 0
    }

    .main-nav ul li.split ul {
        column-count: 1
    }

    .main-nav ul li.language-nav {
        float: none
    }

    .main-nav ul li.language-nav span.drop {
        text-align: center
    }

    .main-nav ul li.language-nav span.drop span {
        display: inline-block !important;
        font-size: 11px;
        color: #999;
        padding-right: 4px
    }

    .main-nav ul li.language-nav ul.sub-nav li a {
        text-align: center;
        border-bottom: 1px solid #eee
    }
}

.page-mobile-nav .toolbar {
    background: #ececec;
    border-bottom: 1px solid #fff
}

.page-mobile-nav .toolbar a {
    display: block;
    color: #000;
    padding: 12px 20px 10px 20px;
    font-size: 14px;
    overflow: hidden
}

.page-mobile-nav .toolbar a .pull-right {
    display: inline-block;
    background: url(/assets/layout/arrow-down-black.png) no-repeat right;
    padding: 0 20px 0 0;
    float: right
}

.page-mobile-nav ul.items {
    display: none;
    margin: 0;
    background: #fff
}

.page-mobile-nav ul.items li a, .page-mobile-nav ul.items li span {
    display: block;
    text-decoration: none;
    padding: 12px 20px 10px 20px;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    color: #000
}

.page-mobile-nav ul.items li a:hover {
    color: #ef4136
}

.page-mobile-nav ul.items li ul li a {
    display: block;
    padding: 9px 0 9px 40px
}

.page-mobile-nav ul.items li ul li ul li a {
    display: block;
    padding: 9px 0 9px 60px
}

.page-mobile-nav ul.items li.active > a {
    color: #ef4136
}

.bonus-sticky-bottom-holder .terms.dropdown .dropdown-title, .company-page .terms.dropdown .dropdown-title {
    color: #e5e5e5
}

.bonus-sticky-bottom-holder .terms.dropdown .dropdown-title:hover, .company-page .terms.dropdown .dropdown-title:hover {
    color: #fff
}

.bonus-sticky-bottom-holder .block-attention, .company-page .block-attention {
    background: #ffa200;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 8px, rgba(0, 0, 0, .05) 0, rgba(0, 0, 0, .05) 10px);
    padding: 20px;
    text-align: center
}

.bonus-sticky-bottom-holder .block-attention p, .company-page .block-attention p {
    font-size: 18px;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px
}

.bonus-sticky-bottom-holder .block-attention p:last-child, .company-page .block-attention p:last-child {
    margin-bottom: 0
}

.bonus-sticky-bottom-holder .two-column-page, .company-page .two-column-page {
    margin-top: 40px
}

.event-page .main-column .post-top img {
    margin-bottom: 25px
}

.event-page .main-column .post-top h1 {
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 15px
}

.event-page .main-column .post-top .info {
    margin-bottom: 20px
}

.event-page .main-column .post-top .info span {
    font-size: 11px;
    text-transform: uppercase
}

.event-page .main-column .post-top .info span.category {
    font-style: normal;
    font-weight: 700;
    margin-right: 12px
}

.event-page .main-column .post-top .info span.date {
    color: #999
}

.event-page .main-column .post-body p.introduction {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4em
}

@media (max-width: 767px) {
    .event-page .main-column .post-top h1 {
        font-size: 40px
    }
}

.editorial-page {
    margin-bottom: 60px
}

.editorial-page .post-top {
    margin-bottom: 20px
}

.editorial-page .post-top .top-image {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px
}

.editorial-page .post-top .top-image p {
    font-size: 14px;
    color: #999
}

.editorial-page .post-top .top-image .corner-tag {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
    background: #e21e49;
    text-align: center;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
    transition: height .2s, width .2s
}

.editorial-page .post-top .top-image .corner-tag span {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 10px;
    font-size: 15px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px
}

.editorial-page .post-top .top-image .corner-tag.article {
    background: #225aca
}

.editorial-page .post-top .top-image .corner-tag.news {
    background: #3dbf1f
}

.editorial-page .post-top h1 {
    font-size: 45px;
    font-style: normal;
    font-weight: 700
}

.editorial-page .post-top .info {
    margin-bottom: 20px;
    color: #999;
    display: flex;
    flex-direction: column-reverse
}

.editorial-page .post-top .introduction {
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    color: #282b2d
}

.editorial-page .post-top .author {
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    padding: 10px 0;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 700
}

.editorial-page .post-top .author img {
    border-radius: 50%
}

.editorial-page .post-top .author a:hover img {
    opacity: 90%
}

.editorial-page .post-top .author .profile-text {
    padding-left: 10px
}

.editorial-page .post-top .author .profile-text .top-row {
    margin-bottom: -2px
}

.editorial-page .post-top .author .profile-text .top-row .author-dot {
    margin-right: 4px;
    margin-left: 5px
}

.editorial-page .post-top .author .profile-text .bottom-row .author-work-title {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #9e9e9e
}

@media (min-width: 768px) and (max-width: 991px) {
    .editorial-page .post-top h1 {
        font-size: 40px
    }

    .editorial-page .post-top .introduction {
        font-size: 22px
    }
}

@media (max-width: 767px) {
    .editorial-page .post-top .top-image .corner-tag {
        width: 140px;
        height: 140px
    }

    .editorial-page .post-top .top-image .corner-tag span {
        font-size: 10px
    }

    .editorial-page .post-top h1 {
        font-size: 28px
    }

    .editorial-page .post-top .introduction {
        font-size: 18px
    }
}

.author-profile-page {
    background-color: #f1f6f9;
    padding: 40px 0
}

.author-profile-page .container .author-wrapper {
    display: flex;
    flex-direction: column
}

.author-profile-page .container .author-wrapper .top-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px
}

.author-profile-page .container .author-wrapper .top-section .image {
    margin-bottom: 15px
}

.author-profile-page .container .author-wrapper .top-section .image img {
    border-radius: 50%;
    border: 2px solid #ffa200;
    padding: 2px
}

.author-profile-page .container .author-wrapper .top-section .title {
    display: flex
}

.author-profile-page .container .author-wrapper .top-section .title h1 {
    font-style: normal;
    font-weight: 700
}

.author-profile-page .container .author-wrapper .top-section .work-title {
    margin-bottom: 15px
}

.author-profile-page .container .author-wrapper .top-section .work-title span {
    color: #888
}

.author-profile-page .container .author-wrapper .top-section .social-media {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px
}

.author-profile-page .container .author-wrapper .top-section .social-media .icon-wrap {
    width: 30px;
    height: 30px;
    background: #ffeccc;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s
}

.author-profile-page .container .author-wrapper .top-section .social-media .icon-wrap .icon {
    width: 18px;
    height: 18px;
    overflow: hidden
}

.author-profile-page .container .author-wrapper .top-section .social-media .icon-wrap .icon svg {
    width: 18px;
    height: 18px
}

.author-profile-page .container .author-wrapper .top-section .social-media .icon-wrap:hover {
    background: #ffe3b3
}

.author-profile-page .container .author-wrapper .top-section .social-media .icon-wrap:hover .icon {
    width: 18px;
    height: 18px
}

.author-profile-page .container .author-wrapper .top-section .social-media .icon-wrap:hover .icon svg {
    width: 18px;
    height: 18px
}

.author-profile-page .container .author-wrapper .bottom-section {
    display: flex;
    justify-content: space-between
}

.author-profile-page .container .author-wrapper .bottom-section .introduction-text {
    width: 48%;
    margin-bottom: 20px;
    padding-right: 20px;
    padding-top: 20px
}

.author-profile-page .container .author-wrapper .bottom-section .divider {
    width: 2px;
    background-color: #ffa200
}

.author-profile-page .container .author-wrapper .bottom-section .facts {
    width: 48%;
    padding-left: 20px;
    padding-top: 20px
}

.author-profile-page .container .author-wrapper .bottom-section .facts .fact {
    width: 100%
}

.author-profile-page .container .author-wrapper .bottom-section .facts .fact .question {
    font-size: 16px;
    padding-right: 20px
}

.author-profile-page .container .author-wrapper .bottom-section .facts .fact .answer {
    font-style: normal;
    font-weight: 700;
    font-size: 16px
}

@media (min-width: 768px) and (max-width: 991px) {
    .author-profile-page .container .author-wrapper .top-section .social-media {
        width: 80%
    }
}

@media (max-width: 767px) {
    .author-profile-page .container .author-wrapper .top-section .social-media {
        width: 95%
    }

    .author-profile-page .container .author-wrapper .bottom-section {
        flex-direction: column
    }

    .author-profile-page .container .author-wrapper .bottom-section .introduction-text {
        width: 100%;
        margin-bottom: 20px;
        padding-right: 0;
        padding-top: 0
    }

    .author-profile-page .container .author-wrapper .bottom-section .divider {
        display: none
    }

    .author-profile-page .container .author-wrapper .bottom-section .facts {
        width: 100%;
        padding-left: 0;
        padding-top: 0
    }
}

.page-not-found-404 {
    padding-left: 10px;
    padding-right: 10px
}

.page-not-found-404 .row .box {
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.page-not-found-404 .row .box .image {
    display: flex;
    justify-content: center;
    flex: 1;
    margin-right: 100px;
    margin-left: 150px;
    min-width: 220px
}

.page-not-found-404 .row .box .text {
    flex: 2;
    margin-right: 150px
}

.page-not-found-404 .row .box .text h1 {
    font-size: 40px
}

.page-not-found-404 .row .box .text h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700
}

.page-not-found-404 .row .box .text .body-block-button {
    margin-top: 15px
}

@media (max-width: 767px) {
    .page-not-found-404 .row .box {
        margin-top: 50px;
        flex-direction: column
    }

    .page-not-found-404 .row .box .image {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 25px
    }

    .page-not-found-404 .row .box .image img {
        width: 150px
    }

    .page-not-found-404 .row .box .text {
        margin-right: 0;
        text-align: center
    }

    .page-not-found-404 .row .box .text h1 {
        font-size: 32px
    }

    .page-not-found-404 .row .box .text h3 {
        font-size: 18px;
        font-style: normal;
        font-weight: 700
    }

    .page-not-found-404 .row .box .text .body-block-button {
        margin-top: 15px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .page-not-found-404 .row .box {
        margin-top: 50px;
        flex-direction: column
    }

    .page-not-found-404 .row .box .image {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 25px
    }

    .page-not-found-404 .row .box .image img {
        width: 150px
    }

    .page-not-found-404 .row .box .text {
        margin-right: 0;
        text-align: center
    }

    .page-not-found-404 .row .box .text h1 {
        font-size: 32px
    }

    .page-not-found-404 .row .box .text h3 {
        font-size: 18px;
        font-style: normal;
        font-weight: 700
    }

    .page-not-found-404 .row .box .text .body-block-button {
        margin-top: 15px
    }
}

.primary-section {
    background-color: #f3f3f3;
    padding-top: 40px;
    margin-top: 0 !important
}

.primary-section .cube .box {
    background-color: #fff
}

.primary-section .section-bonus-summary .page-title h3 {
    font-size: 18px
}

.primary-section .section-bonus-summary .text-default-format {
    display: inline-flex
}

.primary-section .section-bonus-summary .text-default-format .author {
    margin-right: 20px;
    margin-bottom: 20px;
    margin-top: 5px
}

.primary-section .section-bonus-summary .text-default-format .author img {
    border-radius: 50%
}

.primary-section .section-bonus-summary .text-default-format .author-text::before {
    color: #22bb5e;
    font-size: 50px;
    content: "\2022";
    position: relative;
    top: 11px;
    left: -3px
}

@media (max-width: 767px) {
    .primary-section .section-bonus-summary .text-default-format {
        display: block
    }

    .primary-section .section-bonus-summary .text-default-format .author {
        float: left
    }
}

.primary-section .cube-bonus-details table th {
    padding-left: 10px
}

.primary-section .cube-bonus-details table tr:nth-child(odd) {
    background-color: #f3f3f3
}

.primary-section .cube-payment-methods .box {
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%
}

.primary-section .cube-payment-methods .box .logo {
    margin-right: 5px;
    margin-top: 5px;
    padding: 4px;
    position: relative
}

.primary-section .cube-payment-methods .box .logo img {
    height: 25px;
    width: unset
}

.primary-section .cube-payment-methods .box .logo img.non-working {
    opacity: 25%
}

a.btn, input.btn {
    display: inline-block;
    font-style: normal;
    font-weight: 700;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    text-decoration: none;
    border: 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.2em
}

a.btn:hover, input.btn:hover {
    text-decoration: none !important
}

a.btn.primary, input.btn.primary {
    background: #22bb5e;
    border: 1px solid #22bb5e;
    color: #fff
}

a.btn.primary:hover, input.btn.primary:hover {
    background: #46c979;
    transition-duration: .1s
}

a.btn.secondary, input.btn.secondary {
    background: #1fbba6;
    border: 1px solid #1fbba6;
    color: #fff
}

a.btn.secondary:hover, input.btn.secondary:hover {
    background: #14a491;
    transition-duration: .1s
}

a.btn.clear, input.btn.clear {
    border: 1px solid #fff;
    color: #fff
}

a.btn.clear:hover, input.btn.clear:hover {
    background: rgba(0, 0, 0, .4);
    transition-duration: .1s
}

a.btn.faded, input.btn.faded {
    background: #f2f2f3;
    color: #1d2129
}

a.btn.faded:hover, input.btn.faded:hover {
    color: #333
}

a.btn.small, input.btn.small {
    font-size: 10px;
    padding: 6px 10px
}

a.btn.medium, input.btn.medium {
    font-size: 11px;
    padding: 12px 20px
}

@media (max-width: 767px) {
    a.btn.medium, input.btn.medium {
        padding: 10px 20px
    }
}

a.btn.large, input.btn.large {
    padding: 14px 20px;
    font-size: 14px
}

@media (max-width: 767px) {
    a.btn.large, input.btn.large {
        padding: 10px 20px
    }
}

a.btn.big, input.btn.big {
    padding: 15px 33px;
    font-size: 16px
}

a.btn.huge, input.btn.huge {
    padding: 15px 60px;
    font-size: 22px
}

@media (min-width: 768px) and (max-width: 991px) {
    a.btn.huge, input.btn.huge {
        width: 100%
    }
}

@media (max-width: 767px) {
    a.btn.huge, input.btn.huge {
        width: 100%
    }
}

a.btn.full-width, input.btn.full-width {
    width: 100%
}

a.btn.block, input.btn.block {
    width: 100%
}

a.btn.no-shadow, input.btn.no-shadow {
    box-shadow: none
}

p.read-more {
    margin: 0
}

.clearfix {
    clear: both
}

a.arrow-right {
    background: url("/assets/layout/svg/icon-mini-arrow-red.svg") no-repeat right;
    padding-right: 16px;
    background-size: 6px;
    font-style: normal;
    font-weight: 700
}

a.arrow-left {
    background: url("/assets/layout/svg/icon-mini-arrow-red-left.svg") no-repeat left;
    padding-left: 16px;
    background-size: 6px
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important
}

img[data-sizes=auto] {
    display: block;
    width: 100%
}

.fb-comments.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe {
    width: 100% !important
}

.facebook .fb_iframe_widget {
    display: block !important
}

.ratio-box {
    position: relative;
    height: 0;
    display: block;
    width: 100%
}

.ratio-box iframe, .ratio-box img, .ratio-box video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block
}

.ratio-container {
    position: relative
}

.ratio-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 56.25%;
    content: ""
}

.ratio-container > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.unknown-ratio-container > * {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.general-terms p {
    font-size: 12px;
    padding: 5px 0;
    text-align: center;
    background: #f7eff0;
    margin-bottom: 4px
}

.bonus-sticky-bottom-holder {
    display: none;
    position: sticky;
    bottom: 0;
    right: 0;
    z-index: 999998;
    width: 100%;
    background: #ffa200
}

.bonus-sticky-bottom-holder .top {
    display: flex;
    align-items: center;
    padding: 12px 0
}

.bonus-sticky-bottom-holder .top .company-logo {
    width: 25%
}

.bonus-sticky-bottom-holder .top .company-logo img.small-logo {
    display: none
}

.bonus-sticky-bottom-holder .top .company-logo img.big-logo {
    position: relative;
    bottom: 1px;
    max-width: 80%
}

.bonus-sticky-bottom-holder .top .company-rating {
    width: 25%
}

.bonus-sticky-bottom-holder .top .company-rating .rating .stars {
    margin-top: 3px;
    position: relative;
    bottom: -1px
}

.bonus-sticky-bottom-holder .top .company-rating .rating .stars .rating {
    display: flex;
    align-items: center;
    white-space: nowrap
}

.bonus-sticky-bottom-holder .top .company-rating .rating .stars .rating .rating-stars {
    display: inline-block;
    margin-right: 8px
}

.bonus-sticky-bottom-holder .top .company-rating .rating .stars .rating .rating-stars .star {
    width: 18px;
    height: 17px
}

.bonus-sticky-bottom-holder .top .company-rating .rating .stars .rating .rating-number {
    font-size: 13px;
    display: inline-block;
    color: #f3f3f3
}

.bonus-sticky-bottom-holder .top .company-rating .rating .stars .rating .rating-number .rating-value {
    font-style: normal;
    font-weight: 700;
    color: #fff;
    font-size: 18px
}

.bonus-sticky-bottom-holder .top .company-rating .rating h4 {
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    font-family: Roboto, Arial, Helvetica
}

.bonus-sticky-bottom-holder .top .company-rating .rating span {
    color: #ccc;
    font-size: 18px;
    line-height: 10px;
    letter-spacing: 1px
}

.bonus-sticky-bottom-holder .top .company-rating .rating span.active {
    color: gold
}

.bonus-sticky-bottom-holder .top .bonus-text {
    width: 25%
}

.bonus-sticky-bottom-holder .top .bonus-text h4 {
    color: #fff;
    font-size: 12px;
    font-family: Roboto, Arial, Helvetica;
    text-transform: uppercase
}

.bonus-sticky-bottom-holder .top .bonus-text h3 {
    margin-top: 3px;
    color: #fff;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.bonus-sticky-bottom-holder .top .bonus-text h3 i {
    font-style: normal;
    font-size: 16px;
    font-family: Roboto, Arial, Helvetica
}

.bonus-sticky-bottom-holder .top .bonus-button {
    display: flex;
    width: 25%;
    justify-content: flex-end
}

.bonus-sticky-bottom-holder .top .bonus-button .button a {
    padding: 8px 55px
}

.bonus-sticky-bottom-holder .terms {
    padding-bottom: 8px;
    text-align: center
}

.bonus-sticky-bottom-holder .terms p {
    color: #fff;
    line-height: 10px;
    font-size: 8px;
    opacity: 50%;
    margin-bottom: 0
}

@media (max-width: 767px) {
    .bonus-sticky-bottom-holder .top {
        height: unset;
        margin-top: 0;
        margin-bottom: 0;
        float: unset;
        display: inline-block;
        width: 100%;
        padding-bottom: 0;
        padding-top: 10px
    }

    .bonus-sticky-bottom-holder .top .company-logo {
        width: unset;
        display: inline-block;
        float: left;
        margin-right: 15px;
        margin-bottom: 15px;
        margin-top: 4px;
        height: unset
    }

    .bonus-sticky-bottom-holder .top .company-logo.has-terms {
        margin-bottom: 8px
    }

    .bonus-sticky-bottom-holder .top .company-logo img.small-logo {
        display: block;
        width: auto;
        max-height: 60px;
        height: 100%;
        padding: 0 0;
        border: solid 1px #fff;
        border-radius: 4%
    }

    .bonus-sticky-bottom-holder .top .company-logo img.big-logo {
        display: none
    }

    .bonus-sticky-bottom-holder .top .company-rating {
        display: none
    }

    .bonus-sticky-bottom-holder .top .bonus-text {
        width: unset;
        flex: auto;
        display: flex;
        justify-content: unset;
        flex-direction: column;
        margin-top: 4px
    }

    .bonus-sticky-bottom-holder .top .bonus-text h4 {
        color: #fff;
        font-size: 9px;
        font-family: Roboto, Arial, Helvetica;
        display: none
    }

    .bonus-sticky-bottom-holder .top .bonus-text h3 {
        margin-top: 2px;
        color: #fff;
        font-size: 18px
    }

    .bonus-sticky-bottom-holder .top .bonus-text h3 i {
        font-style: normal;
        font-size: 16px;
        font-family: Roboto, Arial, Helvetica
    }

    .bonus-sticky-bottom-holder .top .bonus-button {
        display: block;
        float: unset;
        height: unset;
        width: unset
    }

    .bonus-sticky-bottom-holder .top .bonus-button .button {
        margin-top: 9px
    }

    .bonus-sticky-bottom-holder .top .bonus-button .button a {
        padding: 5px 5px;
        font-size: 10px;
        width: calc(100% - 75px)
    }

    .bonus-sticky-bottom-holder .terms {
        text-align: unset
    }

    .bonus-sticky-bottom-holder .terms p {
        color: #fff;
        line-height: 10px;
        font-size: 8px;
        opacity: 50%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .bonus-sticky-bottom-holder .top .company-logo {
        width: 33%
    }

    .bonus-sticky-bottom-holder .top .bonus-text {
        width: 34%
    }

    .bonus-sticky-bottom-holder .top .company-rating {
        display: none
    }

    .bonus-sticky-bottom-holder .top .bonus-button {
        width: 33%
    }

    .bonus-sticky-bottom-holder .top .bonus-button .button a {
        padding: 8px 45px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .bonus-sticky-bottom-holder .top .company-logo {
        width: 22%
    }

    .bonus-sticky-bottom-holder .top .bonus-text {
        width: 27%
    }

    .bonus-sticky-bottom-holder .top .company-rating {
        width: 26%
    }

    .bonus-sticky-bottom-holder .top .bonus-button a {
        padding: 10px 50px
    }
}

.info-holder {
    display: inline-block
}

.info-holder .info-icon {
    display: inline-block;
    position: relative;
    margin-left: 5px;
    top: 3px;
    fill: white;
    width: 15px;
    height: 15px
}

.info-holder .info-icon:hover {
    fill: #f3f3f3;
    cursor: help
}

.info-holder .info-popup-box {
    display: none;
    padding: 10px;
    position: absolute;
    top: 36px;
    margin-left: -18px;
    margin-right: 20px;
    background: #d3d3d3;
    z-index: 999999;
    font-style: normal;
    font-weight: 400;
    text-transform: none
}

.info-holder .info-popup-box .info-pointer {
    position: absolute;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #d3d3d3
}

.info-holder .info-popup-box .close-icon {
    display: inline-block;
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
    fill: black;
    width: 15px;
    height: 15px;
    float: right
}

.info-holder .info-popup-box .close-icon:hover {
    fill: #3c3c3c
}

.screen-cover {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 998
}

.screen-cover.active {
    display: flex
}

.game-wrapper, .video-wrapper {
    position: relative
}

.game-wrapper .demo-modal-open .image-title, .game-wrapper .modal-open .image-title, .video-wrapper .demo-modal-open .image-title, .video-wrapper .modal-open .image-title {
    z-index: 5;
    background: #ffa200;
    color: #fff;
    padding: 5px 10px;
    position: absolute;
    top: 0;
    border-radius: 0 0 4px 0;
    font-size: 12px
}

.game-wrapper .demo-modal-open .icon, .game-wrapper .modal-open .icon, .video-wrapper .demo-modal-open .icon, .video-wrapper .modal-open .icon {
    position: absolute;
    z-index: 5;
    margin: auto;
    max-width: 75px;
    max-height: 75px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-filter: brightness(90%)
}

.game-wrapper .demo-modal-open .play-demo-text, .game-wrapper .modal-open .play-demo-text, .video-wrapper .demo-modal-open .play-demo-text, .video-wrapper .modal-open .play-demo-text {
    position: absolute;
    z-index: 6;
    margin: auto;
    max-width: 75px;
    max-height: 75px;
    left: 2px;
    right: 0;
    top: 0;
    bottom: 22px;
    color: #fff;
    text-align: center;
    font-style: normal;
    font-weight: 700
}

.game-wrapper .demo-modal-open .game-thumbnail, .game-wrapper .demo-modal-open .youtube-thumbnail, .game-wrapper .modal-open .game-thumbnail, .game-wrapper .modal-open .youtube-thumbnail, .video-wrapper .demo-modal-open .game-thumbnail, .video-wrapper .demo-modal-open .youtube-thumbnail, .video-wrapper .modal-open .game-thumbnail, .video-wrapper .modal-open .youtube-thumbnail {
    width: 100%;
    -webkit-filter: brightness(80%)
}

.game-wrapper .demo-modal-open:hover .game-thumbnail, .game-wrapper .demo-modal-open:hover .youtube-thumbnail, .game-wrapper .modal-open:hover .game-thumbnail, .game-wrapper .modal-open:hover .youtube-thumbnail, .video-wrapper .demo-modal-open:hover .game-thumbnail, .video-wrapper .demo-modal-open:hover .youtube-thumbnail, .video-wrapper .modal-open:hover .game-thumbnail, .video-wrapper .modal-open:hover .youtube-thumbnail {
    -webkit-filter: brightness(100%);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease
}

.game-wrapper .demo-modal-open:hover .icon, .game-wrapper .modal-open:hover .icon, .video-wrapper .demo-modal-open:hover .icon, .video-wrapper .modal-open:hover .icon {
    -webkit-filter: brightness(100%);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease
}

.game-modal, .video-modal {
    display: none
}

.game-modal .modal-background, .video-modal .modal-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .9);
    z-index: 998
}

.game-modal .modal-wrapper, .video-modal .modal-wrapper {
    position: fixed;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 900px;
    width: 75%;
    z-index: 999
}

.game-modal .modal-wrapper .modal-title-wrapper, .video-modal .modal-wrapper .modal-title-wrapper {
    padding-bottom: 10px;
    padding-left: 10px;
    color: #fff
}

.game-modal .modal-wrapper .modal-title-wrapper .close, .video-modal .modal-wrapper .modal-title-wrapper .close {
    position: absolute;
    right: -42px;
    top: -8px;
    font-size: 35px;
    cursor: pointer
}

.game-modal .modal-wrapper .modal-title-wrapper .close:hover, .video-modal .modal-wrapper .modal-title-wrapper .close:hover {
    color: #ccc
}

.game-modal .modal-wrapper .modal-title-wrapper .small-icon, .video-modal .modal-wrapper .modal-title-wrapper .small-icon {
    width: 25px;
    height: 25px;
    margin-right: 10px
}

.game-modal .modal-wrapper .content .responsive-demo, .game-modal .modal-wrapper .content .responsive-video, .video-modal .modal-wrapper .content .responsive-demo, .video-modal .modal-wrapper .content .responsive-video {
    position: relative;
    padding-bottom: 52.15%;
    padding-top: 25px;
    height: 0
}

.game-modal .modal-wrapper .content .responsive-demo iframe, .game-modal .modal-wrapper .content .responsive-video iframe, .video-modal .modal-wrapper .content .responsive-demo iframe, .video-modal .modal-wrapper .content .responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.game-modal .modal-wrapper .bonus, .video-modal .modal-wrapper .bonus {
    display: none;
    position: absolute;
    width: 75%;
    top: 175px;
    left: 12.5%;
    background: #000000db;
    padding: 25px;
    border-radius: 5px;
    color: #fff
}

.game-modal .modal-wrapper .bonus .box .top-box, .video-modal .modal-wrapper .bonus .box .top-box {
    margin-bottom: 25px
}

.game-modal .modal-wrapper .bonus .box .top-box .close-bonus, .video-modal .modal-wrapper .bonus .box .top-box .close-bonus {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer
}

.game-modal .modal-wrapper .bonus .box .top-box .close-bonus:hover, .video-modal .modal-wrapper .bonus .box .top-box .close-bonus:hover {
    color: #ccc
}

.game-modal .modal-wrapper .bonus .box .company-box, .video-modal .modal-wrapper .bonus .box .company-box {
    display: flex;
    justify-content: space-between;
    margin-top: 15px
}

.game-modal .modal-wrapper .bonus .box .company-box .info-box img, .video-modal .modal-wrapper .bonus .box .company-box .info-box img {
    border-radius: 4px
}

.game-modal .modal-wrapper .bonus .box .company-box .info-box span, .video-modal .modal-wrapper .bonus .box .company-box .info-box span {
    margin-left: 10px
}

.game-modal .modal-wrapper .bonus .box .company-box .info-box span i, .video-modal .modal-wrapper .bonus .box .company-box .info-box span i {
    font-style: normal;
    font-weight: 300;
    font-size: 11px;
    margin-right: 2px
}

.game-modal .modal-wrapper .bonus .box .company-box .button-box, .video-modal .modal-wrapper .bonus .box .company-box .button-box {
    margin-left: 20px
}

.game-modal .modal-wrapper .bonus .box .company-box .button-box a, .video-modal .modal-wrapper .bonus .box .company-box .button-box a {
    padding: 9px 25px
}

.game-modal .modal-wrapper .bonus .box .terms, .video-modal .modal-wrapper .bonus .box .terms {
    margin-top: 5px
}

.game-modal .modal-wrapper .bonus .box .terms p, .video-modal .modal-wrapper .bonus .box .terms p {
    font-size: 9px;
    color: #b3b3b3
}

@media (min-width: 768px) and (max-width: 991px) {
    .game-modal .modal-wrapper .modal-title-wrapper .close, .game-modal .modal-wrapper .responsive-demo .close, .video-modal .modal-wrapper .modal-title-wrapper .close, .video-modal .modal-wrapper .responsive-demo .close {
        right: 10px;
        top: 3px;
        font-size: 25px
    }
}

@media (max-width: 767px) {
    .game-modal .modal-wrapper, .video-modal .modal-wrapper {
        width: 90%
    }

    .game-modal .modal-wrapper .modal-title-wrapper .close, .video-modal .modal-wrapper .modal-title-wrapper .close {
        right: 10px;
        top: 3px;
        font-size: 25px
    }

    .game-modal .modal-wrapper .bonus, .video-modal .modal-wrapper .bonus {
        width: 96%;
        top: 40px;
        left: 2%
    }

    .game-modal .modal-wrapper .bonus .box .company-box .button-box, .video-modal .modal-wrapper .bonus .box .company-box .button-box {
        margin-left: 20px
    }

    .game-modal .modal-wrapper .bonus .box .company-box .button-box a, .video-modal .modal-wrapper .bonus .box .company-box .button-box a {
        padding: 9px 25px
    }
}

.terms.dropdown .dropdown-title {
    display: block;
    cursor: pointer;
    margin-bottom: 2px;
    font-size: 9px;
    color: #8c8c8c;
    line-height: 14px
}

.terms.dropdown .dropdown-title .arrow-down {
    display: inline-block;
    position: relative;
    background: url("/assets/layout/svg/icon-arrow-down-b.svg") no-repeat right;
    background-size: 12px;
    height: 12px;
    width: 12px;
    top: 3px
}

.terms.dropdown .dropdown-title:hover {
    color: #6e6e6e
}

.terms.dropdown .dropdown-title:hover .arrow-down {
    opacity: 90%
}

.terms.dropdown .dropdown-title.active .arrow-down {
    transform: rotate(180deg)
}

.terms.dropdown .dropdown-text {
    display: none
}

.top-general-terms {
    background-image: repeating-linear-gradient(45deg, transparent, transparent 8px, rgba(0, 0, 0, .03) 0, rgba(0, 0, 0, .03) 10px);
    padding: 5px;
    text-align: center;
    background-color: #12232c;
    margin-bottom: 0;
    position: relative
}

.top-general-terms p {
    color: #c5c0c0;
    margin: 0;
    text-align: center;
    font-size: 12px;
    letter-spacing: .5px
}

.top-general-terms p a {
    color: #fff;
    text-decoration: underline
}

.top-general-terms p a:hover {
    text-decoration: none
}

@media (max-width: 767px) {
    .top-general-terms p {
        font-size: 10px
    }
}

ul.page-nav {
    padding: 30px;
    background: #f3f3f3
}

ul.page-nav li {
    padding: 2px 0;
    text-decoration: none;
    color: #333;
    font-size: 18px
}

ul.page-nav li a {
    text-decoration: none;
    color: #333;
    font-size: 18px
}

ul.page-nav li a:hover {
    font-style: normal;
    font-weight: 700
}

ul.page-nav li ul {
    margin-bottom: 10px;
    margin-top: 5px
}

ul.page-nav li ul li a {
    font-size: 14px;
    color: #666
}

ul.page-nav li ul li a.nav-active {
    font-style: normal;
    font-weight: 700
}

ul.page-nav li ul li ul {
    margin-left: 10px
}

caption {
    padding: 0;
    color: inherit
}

.table-responsive {
    border: 0 !important
}

.table-template-1 thead tr th {
    border: 1px solid #000;
    padding-left: 10px !important;
    padding-right: 10px !important
}

.table-template-1 tbody tr td {
    border: 1px solid #000;
    padding-left: 10px !important;
    padding-right: 10px !important
}

.table-template-1 tbody tr td p {
    margin-bottom: none
}

.table-template-1 tbody tr:nth-child(odd) {
    background-color: #f3f3f3
}

.table-template-2 thead {
    background: #ffa200;
    color: #fff
}

.table-template-2 thead tr th {
    padding: 8px 10px 5px !important;
    border: 1px solid #b0b0b0
}

.table-template-2 thead tr th.no-wrap {
    white-space: nowrap
}

.table-template-2 thead.centerd {
    text-align: center
}

.table-template-2 tbody tr td {
    border: 1px solid #b0b0b0;
    padding: 8px 10px 5px !important
}

.table-template-2 tbody tr td p {
    margin-bottom: none
}

.table-template-2 tbody tr td.no-wrap {
    white-space: nowrap
}

.table-template-2 tbody tr:nth-child(odd) {
    background-color: #f3f3f3
}

.table-template-2 tbody.centerd {
    text-align: center
}

.table-template-2.alternative thead {
    background: #182f3a
}

.table-template-2.centerd {
    text-align: center
}

@media (max-width: 767px) {
    .table-template-2 {
        display: block;
        overflow-x: auto
    }

    .table-template-2 thead tr .big-column {
        min-width: 150px
    }
}

.odds-table-template {
    border: 2px solid #e9e9e9
}

.odds-table-template thead {
    border: none !important
}

.odds-table-template thead tr th {
    padding: 5px 10px;
    text-align: center;
    border-bottom: none
}

.odds-table-template thead tr th.afl {
    background-color: #01285e !important;
    color: #fff
}

.odds-table-template thead tr th.betfair {
    background-color: #ffb80c !important;
    color: #000
}

.odds-table-template tbody tr td {
    border: 1px solid #ececec;
    border-bottom: 1px solid #c9c9c9;
    text-align: center
}

.odds-table-template tbody tr:nth-child(2n) {
    background: #f3f3f3
}

a {
    color: #ef4136;
    outline: 0;
    text-decoration: none
}

a:hover {
    color: #fe1506;
    text-decoration: underline;
    transition-duration: .3s
}

/*p {
    line-height: 1.5em;
    margin-bottom: 20px;
    font-size: 16px;
    margin-top: 0
}*/

p:last-child {
    margin-bottom: 0
}

@media (max-width: 767px) {
    p {
        margin-bottom: 15px
    }

    p:last-child {
        margin-bottom: 0
    }
}

h1, h2, h3, h4, h5, h6 {
    color: #282b2d;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2em;
    margin: 0
}

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited, h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited {
    color: #282b2d
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 16px
}

ul {
    list-style: none outside none;
    margin: 0;
    padding: 0
}

.page-title {
    margin-bottom: 20px;
    position: relative;
    width: 100%
}

.page-title.body .line, .page-title.centered .line, .page-title.primary .line, .page-title.secondary .line {
    height: 2px;
    width: 100%;
    background: #ffa200
}

.page-title.body h1, .page-title.body h2, .page-title.body h3, .page-title.body h4, .page-title.body h5, .page-title.centered h1, .page-title.centered h2, .page-title.centered h3, .page-title.centered h4, .page-title.centered h5, .page-title.primary h1, .page-title.primary h2, .page-title.primary h3, .page-title.primary h4, .page-title.primary h5, .page-title.secondary h1, .page-title.secondary h2, .page-title.secondary h3, .page-title.secondary h4, .page-title.secondary h5 {
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
    z-index: 99;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    padding: 7px 10px 4px 10px;
    background: #ffa200;
    display: inline-block;
    letter-spacing: 1.5px
}

.page-title.body h1, .page-title.body h2, .page-title.body h3, .page-title.body h4, .page-title.body h5 {
    font-size: 26px;
    color: #282b2d;
    font-style: normal;
    font-weight: 700;
    background: 0 0;
    padding: 0 10px 0 0;
    letter-spacing: .5px
}

.page-title.secondary .line {
    height: 2px;
    width: 100%;
    background: #ffa200;
    position: relative;
    top: -13px
}

.page-title.secondary h1, .page-title.secondary h2, .page-title.secondary h3, .page-title.secondary h4, .page-title.secondary h5 {
    font-size: 18px;
    color: #282b2d;
    padding: 0 15px 0 0;
    background: #fff;
    letter-spacing: 0
}

.page-title.centered {
    text-align: center
}

.page-title.centered .line {
    height: 2px;
    width: 100%;
    background: #ffa200;
    position: relative;
    top: -13px
}

.page-title.centered h1, .page-title.centered h2, .page-title.centered h3, .page-title.centered h4, .page-title.centered h5 {
    font-size: 18px;
    color: #282b2d;
    padding: 0 15px;
    background: #fff;
    letter-spacing: 0
}

.page-title.level-1, .page-title.level-2, .page-title.level-3, .page-title.level-4 {
    line-height: 0;
    text-align: left
}

.page-title.level-1 .line, .page-title.level-2 .line, .page-title.level-3 .line, .page-title.level-4 .line {
    display: none
}

.page-title.level-1 b, .page-title.level-1 h1, .page-title.level-1 h2, .page-title.level-1 h3, .page-title.level-1 h4, .page-title.level-1 h5, .page-title.level-1 h6, .page-title.level-1 i, .page-title.level-1 strong, .page-title.level-2 b, .page-title.level-2 h1, .page-title.level-2 h2, .page-title.level-2 h3, .page-title.level-2 h4, .page-title.level-2 h5, .page-title.level-2 h6, .page-title.level-2 i, .page-title.level-2 strong, .page-title.level-3 b, .page-title.level-3 h1, .page-title.level-3 h2, .page-title.level-3 h3, .page-title.level-3 h4, .page-title.level-3 h5, .page-title.level-3 h6, .page-title.level-3 i, .page-title.level-3 strong, .page-title.level-4 b, .page-title.level-4 h1, .page-title.level-4 h2, .page-title.level-4 h3, .page-title.level-4 h4, .page-title.level-4 h5, .page-title.level-4 h6, .page-title.level-4 i, .page-title.level-4 strong {
    line-height: 1em;
    text-transform: uppercase;
    color: #282b2d;
    font-style: normal;
    font-weight: 700
}

.page-title.level-1.center, .page-title.level-2.center, .page-title.level-3.center, .page-title.level-4.center {
    text-align: center
}

.page-title.level-1.right, .page-title.level-2.right, .page-title.level-3.right, .page-title.level-4.right {
    text-align: right
}

.page-title.level-1 b, .page-title.level-1 h1, .page-title.level-1 h2, .page-title.level-1 h3, .page-title.level-1 h4, .page-title.level-1 h5, .page-title.level-1 h6, .page-title.level-1 i, .page-title.level-1 strong {
    font-size: 36px
}

.page-title.level-1 .line {
    display: inline-block;
    height: 4px;
    width: 50px;
    margin-top: 10px;
    background: #ffa200
}

.page-title.level-2 b, .page-title.level-2 h1, .page-title.level-2 h2, .page-title.level-2 h3, .page-title.level-2 h4, .page-title.level-2 h5, .page-title.level-2 h6, .page-title.level-2 i, .page-title.level-2 strong {
    font-size: 28px;
    letter-spacing: .25px
}

.page-title.level-2 .line {
    display: inline-block;
    height: 2px;
    width: 100%;
    background: #ffa200
}

.page-title.level-3 b, .page-title.level-3 h1, .page-title.level-3 h2, .page-title.level-3 h3, .page-title.level-3 h4, .page-title.level-3 h5, .page-title.level-3 h6, .page-title.level-3 i, .page-title.level-3 strong {
    text-transform: uppercase;
    font-size: 22px;
    position: relative;
    color: #282b2d;
    font-style: normal;
    font-weight: 700
}

.page-title.level-3.left b, .page-title.level-3.left h1, .page-title.level-3.left h2, .page-title.level-3.left h3, .page-title.level-3.left h4, .page-title.level-3.left h5, .page-title.level-3.left h6, .page-title.level-3.left i, .page-title.level-3.left strong {
    display: flex;
    align-items: center;
    text-align: left
}

.page-title.level-3.left b:after, .page-title.level-3.left h1:after, .page-title.level-3.left h2:after, .page-title.level-3.left h3:after, .page-title.level-3.left h4:after, .page-title.level-3.left h5:after, .page-title.level-3.left h6:after, .page-title.level-3.left i:after, .page-title.level-3.left strong:after {
    content: "";
    flex: 1 1;
    border-bottom: 2px solid #ffa200;
    margin-left: 10px
}

.page-title.level-3.center b, .page-title.level-3.center h1, .page-title.level-3.center h2, .page-title.level-3.center h3, .page-title.level-3.center h4, .page-title.level-3.center h5, .page-title.level-3.center h6, .page-title.level-3.center i, .page-title.level-3.center strong {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center
}

.page-title.level-3.center b:after, .page-title.level-3.center b:before, .page-title.level-3.center h1:after, .page-title.level-3.center h1:before, .page-title.level-3.center h2:after, .page-title.level-3.center h2:before, .page-title.level-3.center h3:after, .page-title.level-3.center h3:before, .page-title.level-3.center h4:after, .page-title.level-3.center h4:before, .page-title.level-3.center h5:after, .page-title.level-3.center h5:before, .page-title.level-3.center h6:after, .page-title.level-3.center h6:before, .page-title.level-3.center i:after, .page-title.level-3.center i:before, .page-title.level-3.center strong:after, .page-title.level-3.center strong:before {
    content: "";
    flex: 1 1;
    border-bottom: 2px solid #ffa200
}

.page-title.level-3.center b:before, .page-title.level-3.center h1:before, .page-title.level-3.center h2:before, .page-title.level-3.center h3:before, .page-title.level-3.center h4:before, .page-title.level-3.center h5:before, .page-title.level-3.center h6:before, .page-title.level-3.center i:before, .page-title.level-3.center strong:before {
    margin-right: 10px
}

.page-title.level-3.center b:after, .page-title.level-3.center h1:after, .page-title.level-3.center h2:after, .page-title.level-3.center h3:after, .page-title.level-3.center h4:after, .page-title.level-3.center h5:after, .page-title.level-3.center h6:after, .page-title.level-3.center i:after, .page-title.level-3.center strong:after {
    margin-left: 10px
}

.page-title.level-3.right b, .page-title.level-3.right h1, .page-title.level-3.right h2, .page-title.level-3.right h3, .page-title.level-3.right h4, .page-title.level-3.right h5, .page-title.level-3.right h6, .page-title.level-3.right i, .page-title.level-3.right strong {
    display: flex;
    align-items: center;
    text-align: right
}

.page-title.level-3.right b:before, .page-title.level-3.right h1:before, .page-title.level-3.right h2:before, .page-title.level-3.right h3:before, .page-title.level-3.right h4:before, .page-title.level-3.right h5:before, .page-title.level-3.right h6:before, .page-title.level-3.right i:before, .page-title.level-3.right strong:before {
    content: "";
    flex: 1 1;
    border-bottom: 2px solid #ffa200;
    margin-right: 10px
}

.page-title.level-4 b, .page-title.level-4 h1, .page-title.level-4 h2, .page-title.level-4 h3, .page-title.level-4 h4, .page-title.level-4 h5, .page-title.level-4 h6, .page-title.level-4 i, .page-title.level-4 strong {
    font-size: 12px;
    letter-spacing: 1.5px;
    color: #fff;
    background: #ffa200;
    padding: 8px 10px 8px 10px;
    display: inline-block;
    margin-bottom: -5px
}

.page-title.level-4 .line {
    display: inline-block;
    height: 2px;
    width: 100%;
    background: #ffa200
}

@media (max-width: 767px) {
    .page-title.body h1, .page-title.body h2, .page-title.body h3, .page-title.body h4, .page-title.body h5 {
        font-size: 20px
    }

    .page-title.secondary h1, .page-title.secondary h2, .page-title.secondary h3, .page-title.secondary h4, .page-title.secondary h5 {
        font-size: 15px
    }

    .page-title.centered h1, .page-title.centered h2, .page-title.centered h3, .page-title.centered h4, .page-title.centered h5 {
        font-size: 15px;
        margin-left: 15px;
        margin-right: 15px
    }

    .page-title.level-1 b, .page-title.level-1 h1, .page-title.level-1 h2, .page-title.level-1 h3, .page-title.level-1 h4, .page-title.level-1 h5, .page-title.level-1 h6, .page-title.level-1 i, .page-title.level-1 strong {
        font-size: 32px
    }

    .page-title.level-2 b, .page-title.level-2 h1, .page-title.level-2 h2, .page-title.level-2 h3, .page-title.level-2 h4, .page-title.level-2 h5, .page-title.level-2 h6, .page-title.level-2 i, .page-title.level-2 strong {
        font-size: 24px
    }

    .page-title.level-3.center b, .page-title.level-3.center h1, .page-title.level-3.center h2, .page-title.level-3.center h3, .page-title.level-3.center h4, .page-title.level-3.center h5, .page-title.level-3.center h6, .page-title.level-3.center i, .page-title.level-3.center strong, .page-title.level-3.left b, .page-title.level-3.left h1, .page-title.level-3.left h2, .page-title.level-3.left h3, .page-title.level-3.left h4, .page-title.level-3.left h5, .page-title.level-3.left h6, .page-title.level-3.left i, .page-title.level-3.left strong, .page-title.level-3.right b, .page-title.level-3.right h1, .page-title.level-3.right h2, .page-title.level-3.right h3, .page-title.level-3.right h4, .page-title.level-3.right h5, .page-title.level-3.right h6, .page-title.level-3.right i, .page-title.level-3.right strong {
        font-size: 20px
    }

    .page-title.level-3.left b:after, .page-title.level-3.left h1:after, .page-title.level-3.left h2:after, .page-title.level-3.left h3:after, .page-title.level-3.left h4:after, .page-title.level-3.left h5:after, .page-title.level-3.left h6:after, .page-title.level-3.left i:after, .page-title.level-3.left strong:after {
        margin-left: 5px;
        flex-basis: 20px
    }

    .page-title.level-3.center b:before, .page-title.level-3.center h1:before, .page-title.level-3.center h2:before, .page-title.level-3.center h3:before, .page-title.level-3.center h4:before, .page-title.level-3.center h5:before, .page-title.level-3.center h6:before, .page-title.level-3.center i:before, .page-title.level-3.center strong:before {
        margin-right: 5px;
        flex-basis: 20px
    }

    .page-title.level-3.center b:after, .page-title.level-3.center h1:after, .page-title.level-3.center h2:after, .page-title.level-3.center h3:after, .page-title.level-3.center h4:after, .page-title.level-3.center h5:after, .page-title.level-3.center h6:after, .page-title.level-3.center i:after, .page-title.level-3.center strong:after {
        margin-left: 5px;
        flex-basis: 20px
    }

    .page-title.level-3.right b:before, .page-title.level-3.right h1:before, .page-title.level-3.right h2:before, .page-title.level-3.right h3:before, .page-title.level-3.right h4:before, .page-title.level-3.right h5:before, .page-title.level-3.right h6:before, .page-title.level-3.right i:before, .page-title.level-3.right strong:before {
        margin-right: 5px;
        flex-basis: 20px
    }
}

.grey .page-title.centered b, .grey .page-title.centered h1, .grey .page-title.centered h2, .grey .page-title.centered h3, .grey .page-title.centered h4, .grey .page-title.centered h5, .grey .page-title.centered h6, .grey .page-title.centered i, .grey .page-title.centered strong, .grey-background .page-title.centered b, .grey-background .page-title.centered h1, .grey-background .page-title.centered h2, .grey-background .page-title.centered h3, .grey-background .page-title.centered h4, .grey-background .page-title.centered h5, .grey-background .page-title.centered h6, .grey-background .page-title.centered i, .grey-background .page-title.centered strong {
    background-color: #f3f3f3
}

.grey .page-title.secondary b, .grey .page-title.secondary h1, .grey .page-title.secondary h2, .grey .page-title.secondary h3, .grey .page-title.secondary h4, .grey .page-title.secondary h5, .grey .page-title.secondary h6, .grey .page-title.secondary i, .grey .page-title.secondary strong, .grey-background .page-title.secondary b, .grey-background .page-title.secondary h1, .grey-background .page-title.secondary h2, .grey-background .page-title.secondary h3, .grey-background .page-title.secondary h4, .grey-background .page-title.secondary h5, .grey-background .page-title.secondary h6, .grey-background .page-title.secondary i, .grey-background .page-title.secondary strong {
    background-color: #f3f3f3
}

b, strong {
    font-weight: 600
}

.text-default-format h1, .text-default-format h2, .text-default-format h3, .text-default-format h4, .text-default-format h5, .text-default-format h6 {
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0 0 15px 0
}

.text-default-format h1 a, .text-default-format h2 a, .text-default-format h3 a, .text-default-format h4 a, .text-default-format h5 a, .text-default-format h6 a {
    color: #ef4136
}

.text-default-format h2 {
    font-size: 22px
}

.text-default-format h3 {
    font-size: 20px
}

.text-default-format h4 {
    font-size: 18px
}

.text-default-format h4 {
    background: url("icon-arrow-right-red.png") no-repeat left;
    padding-left: 20px
}

.text-default-format {
    font-size: 16px;
    line-height: 1.5em;
    color: #555
}

.text-default-format a {
    color: #ef4136;
    border-bottom: 2px solid #ef4136
}

.text-default-format a:hover {
    border-bottom: 0;
    text-decoration: none
}

.text-default-format a.btn {
    text-decoration: none
}

.text-default-format ul {
    list-style: outside;
    list-style-type: none;
    list-style-image: url("icon-arrow-right-red.png");
    margin-bottom: 20px;
    padding-left: 20px
}

.text-default-format ul li {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #555;
    line-height: 1.5em
}

.text-default-format ol {
    list-style-type: none;
    counter-reset: item;
    margin-bottom: 20px;
    padding-left: 20px
}

.text-default-format ol li {
    counter-increment: item;
    margin-bottom: 12px;
    line-height: 1.5em;
    font-size: 16px;
    position: relative;
    margin-left: 33px
}

.text-default-format ol li:before {
    content: counter(item);
    background: #ffa200;
    border-radius: 100%;
    color: #fff;
    width: 23px;
    font-size: 15px;
    line-height: 23px;
    text-align: center;
    display: inline-block;
    margin-right: 0;
    position: absolute;
    left: -33px;
    top: 2px
}

.text-default-format ol li:nth-child(n+10):before {
    font-size: 12px
}

.text-default-format blockquote {
    line-height: 1.5em;
    color: #555;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    padding: 10px 0 10px 20px;
    border-left: 5px solid #ffa200
}

.text-default-format blockquote em, .text-default-format blockquote i {
    font-style: normal
}

.text-default-format table {
    width: 100%;
    text-align: left;
    font-size: 16px
}

.text-default-format table thead th {
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #333;
    padding: 4px 0
}

.text-default-format table tbody td {
    padding: 6px 0
}

.text-default-format .body-block-text img {
    width: 100%
}

.text-default-format .body-block-image {
    margin-bottom: 20px
}

.text-default-format.white h1, .text-default-format.white h2, .text-default-format.white h3, .text-default-format.white h4, .text-default-format.white h5, .text-default-format.white h6 {
    color: #fff
}

.text-default-format.white p {
    color: #fff
}

.text-default-format.white ul li {
    color: #fff
}

.text-default-format.white ol li {
    color: #fff
}

.text-default-format.white blockquote {
    color: #fff
}

@media (max-width: 767px) {
    .text-default-format table td, .text-default-format table th {
        font-size: 13px
    }

    .text-default-format ol li, .text-default-format ul li {
        line-height: 1.5em
    }

    .text-default-format ol li:before {
        top: 1px
    }

    .text-default-format h4 {
        line-height: 1.3em
    }

    .text-default-format blockquote {
        font-size: 18px
    }
}

.data-list {
    background: #f3f3f3;
    padding: 10px 0 20px
}

.data-list.removeBottomMargin {
    margin-bottom: 0;
    border-bottom: 1px solid #ddd
}

.compact-list .general-terms {
    font-size: 12px;
    text-align: center;
    background: #f7eff0;
    margin-bottom: 15px;
    padding: 10px
}

.compact-list table {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: auto;
    text-align: left;
    height: fit-content
}

.compact-list table caption {
    padding: 10px 5px;
    margin: 0 0 5px 0;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    text-align: center;
    background: #ffa200;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px
}

.compact-list table thead {
    display: flex;
    margin: 0 0 15px 0
}

.compact-list table thead tr {
    display: flex;
    width: 100%;
    background: #ddd;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px
}

.compact-list table thead tr th {
    display: flex;
    justify-content: center;
    padding: 10px 5px;
    white-space: nowrap;
    font-style: normal;
    font-weight: 400;
    color: #666;
    font-size: 13px
}

.compact-list table thead tr th.column-lg-1 {
    width: 40%
}

.compact-list table thead tr th.column-lg-2 {
    width: calc(40% / 2)
}

.compact-list table thead tr th.column-lg-3 {
    width: calc(40% / 3)
}

.compact-list table thead tr th.column-lg-4 {
    width: calc(40% / 4)
}

.compact-list table thead tr th.column-lg-5 {
    width: calc(40% / 5)
}

.compact-list table thead tr th.company-heading {
    width: 21%
}

.compact-list table thead tr th.bonusText {
    width: 24%
}

.compact-list table thead tr th.button-heading {
    margin-left: auto;
    width: 15%
}

.compact-list table thead tr th.prosCons {
    justify-content: flex-start;
    padding-left: 25px
}

.compact-list table thead tr th .license, .compact-list table thead tr th .statesIcon, .compact-list table thead tr th.paymentMethodsIcon {
    justify-content: flex-start;
    padding-left: 25px
}

.compact-list table td {
    display: flex;
    padding: 10px;
    background-color: #fff
}

.compact-list table tbody {
    display: flex;
    flex-direction: column
}

.compact-list table tbody tr {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px
}

.compact-list table tbody tr.row-0.highlight .company-column .row-number {
    background: #c28e0a
}

.compact-list table tbody tr.row-1.highlight .company-column .row-number {
    background: #ccc;
    color: #333
}

.compact-list table tbody tr.row-2.highlight .company-column .row-number {
    background: #a46828
}

.compact-list table tbody tr .data-column {
    vertical-align: middle;
    color: #555;
    justify-content: center;
    align-items: center;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    line-height: 1.1em
}

.compact-list table tbody tr .data-column.last {
    border-right: 0
}

.compact-list table tbody tr .data-column.open {
    display: table-cell
}

.compact-list table tbody tr .data-column.data-item {
    padding: 20px
}

.compact-list table tbody tr .data-column .heading {
    display: none
}

.compact-list table tbody tr .data-column.column-lg-1 {
    width: 40%
}

.compact-list table tbody tr .data-column.column-lg-2 {
    width: calc(40% / 2)
}

.compact-list table tbody tr .data-column.column-lg-3 {
    width: calc(40% / 3)
}

.compact-list table tbody tr .data-column.column-lg-4 {
    width: calc(40% / 4)
}

.compact-list table tbody tr .data-column.column-lg-5 {
    width: calc(40% / 5)
}

.compact-list table tbody tr .company-column {
    width: 21%;
    position: relative;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.compact-list table tbody tr .company-column .row-number {
    position: absolute;
    top: 15px;
    left: -2px;
    background: #333;
    color: #fff;
    padding: 2px 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    font-size: 10px;
    font-style: normal;
    font-weight: 700
}

.compact-list table tbody tr .company-column .company-wrapper {
    display: inline-flex;
    background-color: #fff !important
}

.compact-list table tbody tr .company-column .company-wrapper .company-image-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 4px;
    padding: 20px;
    margin-right: 20px
}

.compact-list table tbody tr .company-column .company-wrapper .company-image-box .box {
    display: none
}

.compact-list table tbody tr .company-column .company-wrapper .company-title-box {
    background-color: #fff !important;
    margin-right: 15px;
    display: flex;
    align-items: center
}

.compact-list table tbody tr .company-column .company-wrapper .company-title-box .inline a, .compact-list table tbody tr .company-column .company-wrapper .company-title-box .inline b {
    font-size: 18px
}

.compact-list table tbody tr .company-column .company-wrapper .company-title-box .inline a b, .compact-list table tbody tr .company-column .company-wrapper .company-title-box .inline b b {
    color: #333 !important
}

.compact-list table tbody tr .company-column .company-wrapper .company-title-box .inline a:hover, .compact-list table tbody tr .company-column .company-wrapper .company-title-box .inline b:hover {
    text-decoration: none
}

.compact-list table tbody tr .company-column .company-wrapper .company-title-box .inline .rating {
    margin-top: 8px;
    display: flex;
    align-items: center;
    white-space: nowrap
}

.compact-list table tbody tr .company-column .company-wrapper .company-title-box .inline .rating .rating-stars {
    display: inline-block;
    margin-right: 6px
}

.compact-list table tbody tr .company-column .company-wrapper .company-title-box .inline .rating .rating-stars .star {
    width: 12px;
    height: 12px
}

.compact-list table tbody tr .company-column .company-wrapper .company-title-box .inline .rating .rating-number {
    font-size: 12px;
    display: inline-block;
    color: #999
}

.compact-list table tbody tr .company-column .company-wrapper .company-title-box .inline .rating .rating-number .rating-value {
    font-style: normal;
    font-weight: 700;
    color: #000;
    font-size: 14px
}

.compact-list table tbody tr .company-column .company-wrapper .company-title-box .inline .review .review-link {
    text-decoration: underline;
    font-size: 11px
}

.compact-list table tbody tr .company-column .company-wrapper .company-title-box .inline .review .review-link:hover {
    text-decoration: none
}

.compact-list table tbody tr .company-column .company-wrapper .company-title-box .inline .license .box .icons {
    font-size: 11px
}

.compact-list table tbody tr .company-column .company-wrapper .company-title-box .inline .license .box .icons .counter {
    background: #eee
}

.compact-list table tbody tr .company-column .company-wrapper .company-title-box .inline .license .modal {
    width: 175px
}

.compact-list table tbody tr .company-column .company-wrapper .company-title-box .inline .license .modal .inline {
    gap: 0
}

.compact-list table tbody tr .bonusText {
    position: relative;
    width: 24%;
    border-right: 0
}

.compact-list table tbody tr .bonusText .wrapper {
    height: 100%;
    width: 100%;
    background: #f5f5f5;
    border: 1px solid #f3f3f3;
    border-radius: 4px;
    display: flex;
    align-items: center;
    position: relative
}

.compact-list table tbody tr .bonusText .wrapper .box {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #333;
    padding: 10px 30px;
    line-height: 1.2em;
    font-style: normal;
    font-weight: 700
}

.compact-list table tbody tr .bonusText .wrapper .box i {
    color: #777;
    font-size: 14px;
    font-style: normal;
    font-weight: 400
}

.compact-list table tbody tr .bonusText .wrapper .icon {
    position: absolute;
    top: -2px;
    right: 0;
    height: 40px
}

.compact-list table tbody tr .bonusText.bonus-0 .wrapper {
    border-color: #fcecc5;
    background: #fcecc5
}

.compact-list table tbody tr .bonusText.bonus-0 .box {
    color: #956b02
}

.compact-list table tbody tr .bonusText.bonus-0 .box i {
    color: #c5900a
}

.compact-list table tbody tr .bonusText.bonus-1 .wrapper {
    border-color: #f2f7f8;
    background: #f2f7f8
}

.compact-list table tbody tr .bonusText.bonus-2 .wrapper {
    border-color: #f7ebde;
    background: #f7ebde
}

.compact-list table tbody tr .bonusText.bonus-2 .box {
    color: #a46828
}

.compact-list table tbody tr .bonusText.bonus-2 .box i {
    color: #a46828
}

.compact-list table tbody tr .expertOpinionAuthor .wrapper {
    display: flex;
    align-items: center
}

.compact-list table tbody tr .expertOpinionAuthor .wrapper .box {
    text-align: left
}

.compact-list table tbody tr .expertOpinionAuthor .wrapper .box .top {
    display: flex;
    align-items: center;
    flex-wrap: nowrap
}

.compact-list table tbody tr .expertOpinionAuthor .wrapper .box .top .author-image {
    margin-right: 7px
}

.compact-list table tbody tr .expertOpinionAuthor .wrapper .box .top .author-image img {
    border-radius: 50%;
    border: 1px solid #ffa200;
    padding: 1px
}

.compact-list table tbody tr .expertOpinionAuthor .wrapper .box .top .author-info .author-name {
    font-size: 12px;
    margin-right: 3px
}

.compact-list table tbody tr .expertOpinionAuthor .wrapper .box .top .author-info .work-title {
    color: #777;
    font-size: 12px;
    font-style: normal;
    font-weight: 400
}

.compact-list table tbody tr .expertOpinionAuthor .wrapper .box .bottom {
    padding-top: 7px
}

.compact-list table tbody tr .expertOpinionAuthor .wrapper .box .bottom .author-text {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    font-style: italic
}

.compact-list table tbody tr .license, .compact-list table tbody tr .paymentMethodsIcon, .compact-list table tbody tr .statesIcon {
    justify-content: flex-start
}

.compact-list table tbody tr .license .box, .compact-list table tbody tr .paymentMethodsIcon .box, .compact-list table tbody tr .statesIcon .box {
    position: relative;
    cursor: pointer
}

.compact-list table tbody tr .license .box .icons, .compact-list table tbody tr .paymentMethodsIcon .box .icons, .compact-list table tbody tr .statesIcon .box .icons {
    display: flex;
    align-items: center;
    gap: 6px
}

.compact-list table tbody tr .license .box .icons .icon img, .compact-list table tbody tr .paymentMethodsIcon .box .icons .icon img, .compact-list table tbody tr .statesIcon .box .icons .icon img {
    border-radius: 4px;
    height: 20px;
    width: auto
}

.compact-list table tbody tr .license .box .icons .counter, .compact-list table tbody tr .paymentMethodsIcon .box .icons .counter, .compact-list table tbody tr .statesIcon .box .icons .counter {
    background: #f5f5f5;
    border-radius: 6px;
    width: 30px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    margin-left: 8px;
    color: #000
}

.compact-list table tbody tr .license .box .modal, .compact-list table tbody tr .paymentMethodsIcon .box .modal, .compact-list table tbody tr .statesIcon .box .modal {
    display: none;
    position: absolute;
    left: 0;
    padding-top: 10px;
    z-index: 99
}

.compact-list table tbody tr .license .box .modal .inline, .compact-list table tbody tr .paymentMethodsIcon .box .modal .inline, .compact-list table tbody tr .statesIcon .box .modal .inline {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 10px;
    background: #fff;
    -webkit-box-shadow: 5px 5px 15px 1px rgba(0, 0, 0, .15);
    box-shadow: 5px 5px 15px 1px rgba(0, 0, 0, .15);
    border-radius: 6px;
    padding: 10px
}

.compact-list table tbody tr .license .box .modal .inline .icon, .compact-list table tbody tr .paymentMethodsIcon .box .modal .inline .icon, .compact-list table tbody tr .statesIcon .box .modal .inline .icon {
    max-height: 20px
}

.compact-list table tbody tr .license .box .modal .inline .icon img, .compact-list table tbody tr .paymentMethodsIcon .box .modal .inline .icon img, .compact-list table tbody tr .statesIcon .box .modal .inline .icon img {
    border-radius: 4px;
    height: 20px;
    width: auto
}

.compact-list table tbody tr .license .box .modal .inline .modal-heading, .compact-list table tbody tr .paymentMethodsIcon .box .modal .inline .modal-heading, .compact-list table tbody tr .statesIcon .box .modal .inline .modal-heading {
    text-align: left;
    font-size: 10px;
    margin-bottom: 10px;
    font-style: normal;
    font-weight: 400
}

.compact-list table tbody tr .license .box .modal .inline .company, .compact-list table tbody tr .paymentMethodsIcon .box .modal .inline .company, .compact-list table tbody tr .statesIcon .box .modal .inline .company {
    width: 100%;
    display: flex;
    margin-bottom: 10px;
    align-items: center
}

.compact-list table tbody tr .license .box .modal .inline .company img, .compact-list table tbody tr .paymentMethodsIcon .box .modal .inline .company img, .compact-list table tbody tr .statesIcon .box .modal .inline .company img {
    display: inline-block;
    margin-right: 5px
}

.compact-list table tbody tr .license .box .modal .inline .company span, .compact-list table tbody tr .paymentMethodsIcon .box .modal .inline .company span, .compact-list table tbody tr .statesIcon .box .modal .inline .company span {
    display: inline-block;
    text-align: left;
    font-size: 12px
}

.compact-list table tbody tr .license .box:hover .icons .counter, .compact-list table tbody tr .paymentMethodsIcon .box:hover .icons .counter, .compact-list table tbody tr .statesIcon .box:hover .icons .counter {
    background: #333;
    color: #fff
}

.compact-list table tbody tr .license .box:hover .modal, .compact-list table tbody tr .paymentMethodsIcon .box:hover .modal, .compact-list table tbody tr .statesIcon .box:hover .modal {
    display: inline-block !important
}

.compact-list table tbody tr .statesIcon {
    justify-content: center
}

.compact-list table tbody tr .statesIcon .box .icons img {
    height: 25px !important
}

.compact-list table tbody tr .ratingStar .star {
    width: 15px;
    height: 15px;
    top: 9px
}

.compact-list table tbody tr .appStoreRating .star, .compact-list table tbody tr .appStoreRating svg, .compact-list table tbody tr .bonusRating .star, .compact-list table tbody tr .bonusRating svg, .compact-list table tbody tr .googlePlayRating .star, .compact-list table tbody tr .googlePlayRating svg, .compact-list table tbody tr .ratingNumber .star, .compact-list table tbody tr .ratingNumber svg {
    width: 14px;
    height: 14px;
    margin-right: 2px
}

.compact-list table tbody tr .appStoreRating .rating-value, .compact-list table tbody tr .bonusRating .rating-value, .compact-list table tbody tr .googlePlayRating .rating-value, .compact-list table tbody tr .ratingNumber .rating-value {
    font-style: normal;
    font-weight: 700;
    color: #000;
    font-size: 18px
}

.compact-list table tbody tr .appStoreRating .rating-total, .compact-list table tbody tr .bonusRating .rating-total, .compact-list table tbody tr .googlePlayRating .rating-total, .compact-list table tbody tr .ratingNumber .rating-total {
    font-size: 12px;
    text-align: inherit;
    color: #777
}

.compact-list table tbody tr .ratingStarNumber .rating-number {
    margin-top: 5px;
    text-align: inherit
}

.compact-list table tbody tr .ratingStarNumber .rating-number .rating-value {
    font-style: normal;
    font-weight: 700;
    color: #000;
    font-size: 20px;
    text-align: inherit
}

.compact-list table tbody tr .ratingStarNumber .rating-number .rating-total {
    font-size: 12px;
    text-align: inherit;
    color: #999
}

.compact-list table tbody tr .ratingStarNumber .rating-stars .star {
    width: 15px;
    height: 15px
}

.compact-list table tbody tr .bonusCode {
    font-family: monospace;
    font-size: 14px;
    color: #666
}

.compact-list table tbody tr .bonusCode .heading {
    font-family: Roboto, Arial, Helvetica
}

.compact-list table tbody tr .prosCons {
    justify-content: flex-start;
    text-align: left;
    font-size: 13px;
    line-height: 1.1em;
    color: #333;
    font-style: normal;
    font-weight: 400
}

.compact-list table tbody tr .prosCons .text div {
    width: 100%;
    display: flex;
    gap: 4px;
    margin-bottom: 6px
}

.compact-list table tbody tr .prosCons .text div:last-child {
    margin-bottom: 0
}

.compact-list table tbody tr .prosCons .text img {
    height: 11px;
    width: 11px;
    margin-right: 5px;
    margin-top: 2px
}

.compact-list table tbody tr .button-column {
    vertical-align: middle;
    text-align: center;
    position: relative;
    width: 15%;
    margin-left: auto;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.compact-list table tbody tr .button-column .button-box {
    width: 100%
}

.compact-list table tbody tr .button-column .button-box .btn-claim {
    padding: 12px 20px
}

.compact-list table tbody tr .button-column .button-box .btn-review {
    display: none
}

.compact-list table tbody tr .button-column .button-box .text-link {
    display: block;
    text-decoration: underline;
    margin-top: 10px;
    font-size: 11px
}

.compact-list table tbody tr .button-column .button-box .text-link:hover {
    text-decoration: none
}

.compact-list table tbody tr .terms {
    width: 100%;
    background: #f3f3f3;
    padding: 5px 0 0 0;
    font-size: 9px;
    color: #999
}

.compact-list table tbody tr .terms div {
    padding: 0 10px 0 10px
}

@media (min-width: 992px) and (max-width: 1199px) {
    .compact-list table thead tr th.column-lg-1 {
        width: 35%
    }

    .compact-list table thead tr th.column-lg-2 {
        width: calc(35% / 2)
    }

    .compact-list table thead tr th.column-lg-3 {
        width: calc(35% / 3)
    }

    .compact-list table thead tr th.column-lg-4 {
        width: calc(35% / 4)
    }

    .compact-list table thead tr th.column-lg-5 {
        width: calc(35% / 5)
    }

    .compact-list table thead tr th.company-heading {
        width: 25%
    }

    .compact-list table thead tr th.bonusText {
        width: 25%
    }

    .compact-list table tbody tr .company-column {
        width: 25%
    }

    .compact-list table tbody tr .company-column .company-wrapper .company-title-box .inline a {
        font-size: 16px
    }

    .compact-list table tbody tr .bonusText {
        width: 25%
    }

    .compact-list table tbody tr .bonusText .wrapper .box {
        font-size: 16px
    }

    .compact-list table tbody tr .bonusText .wrapper .box i {
        font-size: 12px
    }

    .compact-list table tbody tr .data-column {
        font-size: 14px
    }

    .compact-list table tbody tr .data-column.column-lg-1 {
        width: 35%
    }

    .compact-list table tbody tr .data-column.column-lg-2 {
        width: calc(35% / 2)
    }

    .compact-list table tbody tr .data-column.column-lg-3 {
        width: calc(35% / 3)
    }

    .compact-list table tbody tr .data-column.column-lg-4 {
        width: calc(35% / 4)
    }

    .compact-list table tbody tr .data-column.column-lg-5 {
        width: calc(35% / 5)
    }

    .compact-list table tbody tr .paymentMethodsIcon, .compact-list table tbody tr .statesIcon {
        width: 14%
    }
}

@media (max-width: 991px) {
    .compact-list table caption {
        font-size: 12px
    }

    .compact-list table thead {
        display: none
    }

    .compact-list table tbody tr {
        display: flex;
        flex-wrap: wrap;
        height: fit-content
    }

    .compact-list table tbody tr td {
        order: 3;
        width: 100%;
        padding: 8px
    }

    .compact-list table tbody tr .data-column {
        width: 50%;
        align-items: baseline
    }

    .compact-list table tbody tr .data-column.data-item {
        padding: 2px 8px 12px 8px;
        color: #333;
        text-align: center;
        font-style: normal;
        font-weight: 700;
        font-size: 12px
    }

    .compact-list table tbody tr .data-column .heading {
        display: inline-block;
        color: #999;
        font-size: 10px;
        margin-bottom: 3px;
        font-style: normal;
        font-weight: 400
    }

    .compact-list table tbody tr .data-column.first {
        order: 2;
        padding: 0;
        width: calc(100% - 120px) !important;
        position: relative
    }

    .compact-list table tbody tr .data-column.first .inline {
        position: absolute;
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 0;
        background: #f5f5f5;
        border: 1px solid #f3f3f3;
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column
    }

    .compact-list table tbody tr .data-column.first.data-item {
        font-size: 16px
    }

    .compact-list table tbody tr .data-column.first .heading {
        font-size: 14px
    }

    .compact-list table tbody tr .data-column.column-xs-1 {
        width: 100%
    }

    .compact-list table tbody tr .data-column.column-xs-2 {
        width: 50%
    }

    .compact-list table tbody tr .data-column.column-xs-3 {
        width: 33.33%
    }

    .compact-list table tbody tr .data-column.column-xs-4 {
        width: 50%
    }

    .compact-list table tbody tr .data-column.column-xs-5 {
        width: 33.33%
    }

    .compact-list table tbody tr .data-column.column-xs-6 {
        width: 33.33%
    }

    .compact-list table tbody tr .data-column.column-xs-7 {
        width: 25%
    }

    .compact-list table tbody tr .data-column.column-xs-8 {
        width: 25%
    }

    .compact-list table tbody tr .data-column.column-xs-9 {
        width: 33.33%
    }

    .compact-list table tbody tr .data-column.column-xs-10 {
        width: 33.33%
    }

    .compact-list table tbody tr .data-column.ratingStarNumber {
        width: 100%;
        border-top: 1px solid #f5f5f5;
        padding-top: 12px
    }

    .compact-list table tbody tr .data-column.ratingStarNumber .heading {
        display: none
    }

    .compact-list table tbody tr .data-column.prosCons {
        width: 100%;
        border-top: 1px solid #f5f5f5;
        padding-top: 12px
    }

    .compact-list table tbody tr .data-column.prosCons .inline {
        padding-left: 10px
    }

    .compact-list table tbody tr .data-column.prosCons .heading, .compact-list table tbody tr .data-column.prosCons .text {
        width: 100%;
        text-align: left
    }

    .compact-list table tbody tr .licens .box .icons, .compact-list table tbody tr .paymentMethodsIcon .box .icons, .compact-list table tbody tr .statesIcon .box .icons {
        justify-content: center
    }

    .compact-list table tbody tr .licens .box .icons .icon img, .compact-list table tbody tr .paymentMethodsIcon .box .icons .icon img, .compact-list table tbody tr .statesIcon .box .icons .icon img {
        height: 20px
    }

    .compact-list table tbody tr .licens .box .modal, .compact-list table tbody tr .paymentMethodsIcon .box .modal, .compact-list table tbody tr .statesIcon .box .modal {
        width: 100%
    }

    .compact-list table tbody tr .licens .box .modal .inline, .compact-list table tbody tr .paymentMethodsIcon .box .modal .inline, .compact-list table tbody tr .statesIcon .box .modal .inline {
        flex-wrap: wrap
    }

    .compact-list table tbody tr .licens .box .modal .inline .icon img, .compact-list table tbody tr .paymentMethodsIcon .box .modal .inline .icon img, .compact-list table tbody tr .statesIcon .box .modal .inline .icon img {
        height: 20px
    }

    .compact-list table tbody tr .licens .wrap, .compact-list table tbody tr .paymentMethodsIcon .wrap, .compact-list table tbody tr .statesIcon .wrap {
        text-align: center
    }

    .compact-list table tbody tr .statesIcon .box .icons img {
        height: 25px !important
    }

    .compact-list table tbody tr .expertOpinionAuthor {
        width: 100%;
        padding-top: 0
    }

    .compact-list table tbody tr .expertOpinionAuthor .wrapper {
        display: block
    }

    .compact-list table tbody tr .expertOpinionAuthor .wrapper .box {
        justify-content: center;
        padding: 0 5px;
        border-radius: 4px
    }

    .compact-list table tbody tr .ratingStarNumber .rating-number {
        margin-bottom: 5px;
        position: relative;
        left: 0
    }

    .compact-list table tbody tr .ratingStarNumber .rating-stars {
        margin-left: 10px
    }

    .compact-list table tbody tr .appStoreRating .star, .compact-list table tbody tr .appStoreRating svg, .compact-list table tbody tr .bonusRating .star, .compact-list table tbody tr .bonusRating svg, .compact-list table tbody tr .googlePlayRating .star, .compact-list table tbody tr .googlePlayRating svg, .compact-list table tbody tr .ratingNumber .star, .compact-list table tbody tr .ratingNumber svg {
        width: 12px;
        height: 12px;
        margin-right: 2px
    }

    .compact-list table tbody tr .appStoreRating .rating-value, .compact-list table tbody tr .bonusRating .rating-value, .compact-list table tbody tr .googlePlayRating .rating-value, .compact-list table tbody tr .ratingNumber .rating-value {
        font-style: normal;
        font-weight: 700;
        color: #000;
        font-size: 16px
    }

    .compact-list table tbody tr .prosCons .text {
        display: inline-block;
        text-align: left;
        font-style: normal;
        font-weight: 400
    }

    .compact-list table tbody tr .prosCons .pro {
        font-style: normal;
        font-weight: 700
    }

    .compact-list table tbody tr .prosCons .con {
        font-style: normal;
        font-weight: 700
    }

    .compact-list table tbody tr .company-column {
        width: 130px;
        min-width: unset;
        order: 1;
        border-bottom-left-radius: 0
    }

    .compact-list table tbody tr .company-column .company-wrapper {
        display: block;
        width: 100%
    }

    .compact-list table tbody tr .company-column .company-wrapper .company-title-box {
        display: none
    }

    .compact-list table tbody tr .company-column .company-wrapper .company-image-box {
        padding: 10px;
        margin-right: 0;
        max-width: unset
    }

    .compact-list table tbody tr .company-column .company-wrapper .company-image-box .box {
        display: inline-block;
        width: 100%
    }

    .compact-list table tbody tr .company-column .company-wrapper .company-image-box .box .brand {
        text-align: center
    }

    .compact-list table tbody tr .company-column .company-wrapper .company-image-box .box .brand img {
        width: 65px
    }

    .compact-list table tbody tr .company-column .company-wrapper .company-image-box .box .rating {
        margin-top: 0;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .compact-list table tbody tr .company-column .company-wrapper .company-image-box .box .rating .rating-stars {
        display: inline-block
    }

    .compact-list table tbody tr .company-column .company-wrapper .company-image-box .box .rating .rating-stars .star {
        width: 8px;
        height: 8px
    }

    .compact-list table tbody tr .company-column .company-wrapper .company-image-box .box .rating .rating-number {
        font-size: 10px;
        display: inline-block;
        color: #fff;
        margin-right: 4px;
        color: #f3f3f3
    }

    .compact-list table tbody tr .company-column .company-wrapper .company-image-box .box .rating .rating-number .rating-value {
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        color: #fff
    }

    .compact-list table tbody tr .company-column .company-wrapper .company-image-box .box .review {
        margin-top: 4px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .compact-list table tbody tr .company-column .company-wrapper .company-image-box .box .review .review-link {
        text-decoration: underline;
        font-size: 10px;
        color: #fff
    }

    .compact-list table tbody tr .company-column .company-wrapper .company-image-box .box .review .review-link:hover {
        text-decoration: none;
        color: #f3f3f3
    }

    .compact-list table tbody tr .company-column .company-wrapper .company-image-box .box .license {
        margin-top: 2px
    }

    .compact-list table tbody tr .company-column .company-wrapper .company-image-box .box .license .box .icons {
        justify-content: center;
        font-size: 10px;
        color: #f3f3f3;
        flex-direction: column
    }

    .compact-list table tbody tr .company-column .company-wrapper .company-image-box .box .license .box .icons .counter {
        font-size: 11px;
        width: 24px;
        height: 18px;
        margin-left: 0;
        background-color: #f3f3f380
    }

    .compact-list table tbody tr .company-column .company-wrapper .company-image-box .box .license .box .modal {
        width: 150px
    }

    .compact-list table tbody tr .company-column .company-wrapper .company-image-box .box .license .box .modal .inline {
        gap: 0
    }

    .compact-list table tbody tr .bonusText {
        order: 2;
        padding-left: 0;
        width: calc(100% - 130px);
        min-width: unset
    }

    .compact-list table tbody tr .bonusText .wrapper .box {
        font-size: 15px;
        padding: 10px 20px
    }

    .compact-list table tbody tr .button-column {
        width: 100%;
        display: block;
        padding-top: 0;
        order: 98;
        max-width: unset;
        min-width: unset;
        margin-left: unset;
        border-top-right-radius: 0
    }

    .compact-list table tbody tr .button-column .button-box {
        display: flex;
        gap: 2%;
        flex-wrap: wrap
    }

    .compact-list table tbody tr .button-column .button-box .btn {
        font-size: 11px;
        padding-top: 10px;
        padding-bottom: 10px
    }

    .compact-list table tbody tr .button-column .button-box .btn-review {
        width: 49%;
        display: none;
        align-items: center;
        justify-content: center;
        padding-left: 0;
        padding-right: 0;
        border: 1px solid #ccc;
        color: #333;
        background: 0 0
    }

    .compact-list table tbody tr .button-column .button-box .btn-review:hover {
        color: #ef4136
    }

    .compact-list table tbody tr .button-column .button-box .btn-review.show-review-link {
        display: flex
    }

    .compact-list table tbody tr .button-column .button-box .btn-claim {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .compact-list table tbody tr .button-column .button-box .btn-claim.half-size {
        width: 49%
    }

    .compact-list table tbody tr .button-column .button-box .btn-claim .arrow-right {
        background: url("/assets/layout/svg/icon-arrow-right-white.svg") no-repeat right;
        background-size: 12px;
        height: 12px;
        width: 12px
    }

    .compact-list table tbody tr .button-column .button-box .text-link {
        width: 100%;
        font-size: 10px
    }

    .compact-list table tbody tr .terms {
        order: 99
    }
}

.compact-list.main-column .general-terms {
    font-size: 12px;
    text-align: center;
    background: #f7eff0;
    margin-bottom: 4px;
    padding: 10px
}

.compact-list.main-column table td {
    background-color: #fff
}

.compact-list.main-column table tbody {
    display: flex;
    flex-direction: column
}

.compact-list.main-column table tbody tr {
    border-bottom: 1px solid #f3f3f3
}

.compact-list.main-column table tbody tr .company-column {
    width: 35%
}

.compact-list.main-column table tbody tr .bonusText {
    width: 35%
}

.compact-list.main-column table tbody tr .button-column {
    width: 25%
}

.compact-list.main-column table tbody tr .terms {
    background: #fff;
    padding: 5px 0 5px 0
}

@media (min-width: 992px) and (max-width: 1199px) {
    .compact-list.main-column table tbody tr .company-column {
        width: 38%
    }

    .compact-list.main-column table tbody tr .bonusText {
        width: 37%
    }
}

@media (max-width: 991px) {
    .compact-list.main-column table tbody tr {
        border-bottom: none
    }

    .compact-list.main-column table tbody tr .button-column {
        width: 100%
    }
}

.logo-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly
}

.logo-grid .item-holder {
    width: 20%;
    min-width: 250px;
    background-color: #fff;
    margin-bottom: 25px;
    border-radius: 4px
}

.logo-grid .item-holder .company-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    border-radius: 4px 4px 0 0;
    background-color: #ffa200
}

.logo-grid .item-holder .company-wrapper .company-image-box {
    padding: 20px;
    margin-right: 0;
    max-width: unset
}

.logo-grid .item-holder .company-wrapper .company-image-box a {
    text-align: center;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.logo-grid .item-holder .company-wrapper .company-image-box a img {
    margin-right: 5px;
    width: 50px;
    margin-bottom: 10px
}

.logo-grid .item-holder .company-wrapper .company-image-box a b {
    color: #fff !important;
    margin-bottom: 10px;
    font-size: 21px
}

.logo-grid .item-holder .company-wrapper .company-image-box a span {
    width: 100%;
    color: #fff;
    font-size: 12px;
    text-decoration: underline
}

.logo-grid .item-holder .button-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px
}

.logo-grid .item-holder .button-box .text-link {
    margin-top: 10px;
    font-size: 12px
}

.logo-grid .item-holder .data-column {
    display: none;
    border-right: 2px solid #f3f3f3;
    color: #7f7f7f;
    font-style: normal;
    font-weight: 700
}

.logo-grid .item-holder .bonusText .bonusText-box {
    font-size: 17px;
    font-style: normal;
    font-weight: 700
}

.logo-grid .item-holder .bonusText .bonusText-box i {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    font-style: normal
}

.ranking-list .general-terms {
    font-size: 12px;
    text-align: center;
    background: #f7eff0;
    margin-bottom: 15px;
    padding: 10px
}

.ranking-list table {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: auto;
    text-align: left;
    height: fit-content
}

.ranking-list table caption {
    padding: 10px 5px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    text-align: center;
    background: #ffa200;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 2px
}

.ranking-list table thead {
    display: flex;
    margin-bottom: 20px
}

.ranking-list table thead tr {
    display: flex;
    width: 100%;
    background: #ddd;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px
}

.ranking-list table thead tr th {
    display: flex;
    justify-content: center;
    padding: 10px 5px;
    white-space: nowrap;
    font-style: normal;
    font-weight: 400;
    color: #666;
    font-size: 13px
}

.ranking-list table thead tr th.column-lg-1 {
    width: 54%
}

.ranking-list table thead tr th.column-lg-2 {
    width: calc(54% / 2)
}

.ranking-list table thead tr th.column-lg-3 {
    width: calc(54% / 3)
}

.ranking-list table thead tr th.column-lg-4 {
    width: calc(54% / 4)
}

.ranking-list table thead tr th.column-lg-5 {
    width: calc(54% / 5)
}

.ranking-list table thead tr th.company-heading {
    width: 21%
}

.ranking-list table thead tr th.button-heading {
    margin-left: auto;
    width: 25%
}

.ranking-list table td {
    display: flex;
    padding: 10px;
    background-color: #fff
}

.ranking-list table tbody {
    display: flex;
    flex-direction: column
}

.ranking-list table tbody tr {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px
}

.ranking-list table tbody tr .data-column.data-item {
    padding: 20px
}

.ranking-list table tbody tr .data-column.column-lg-1 {
    width: 54%
}

.ranking-list table tbody tr .data-column.column-lg-2 {
    width: calc(54% / 2)
}

.ranking-list table tbody tr .data-column.column-lg-3 {
    width: calc(54% / 3)
}

.ranking-list table tbody tr .data-column.column-lg-4 {
    width: calc(54% / 4)
}

.ranking-list table tbody tr .data-column.column-lg-5 {
    width: calc(54% / 5)
}

.ranking-list table tbody tr .company-column {
    width: 21%;
    position: relative;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.ranking-list table tbody tr .company-column .row-number {
    position: absolute;
    top: 15px;
    left: -2px;
    background: #333;
    color: #fff;
    padding: 2px 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    font-size: 10px;
    font-style: normal;
    font-weight: 700
}

.ranking-list table tbody tr .company-column .company {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 4px;
    width: 100%;
    padding: 25px 20px;
    text-align: center
}

.ranking-list table tbody tr .company-column .company .wrapper .logo {
    text-align: center;
    margin-bottom: 15px
}

.ranking-list table tbody tr .company-column .company .wrapper .rating {
    width: 100%;
    margin: 0 auto 15px auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap
}

.ranking-list table tbody tr .company-column .company .wrapper .rating .rating-stars {
    display: inline-block;
    margin-right: 6px
}

.ranking-list table tbody tr .company-column .company .wrapper .rating .rating-stars .star {
    width: 12px;
    height: 12px
}

.ranking-list table tbody tr .company-column .company .wrapper .rating .rating-number {
    font-size: 12px;
    display: inline-block;
    color: #fff;
    line-height: 1em
}

.ranking-list table tbody tr .company-column .company .wrapper .rating .rating-number .rating-value {
    font-style: normal;
    font-weight: 700;
    color: #fff;
    font-size: 14px
}

.ranking-list table tbody tr .company-column .company .wrapper .review-link {
    color: #fff;
    font-size: 12px
}

.ranking-list table tbody tr .company-column .company .wrapper .review-link .icon {
    display: flex;
    justify-content: center;
    align-items: center
}

.ranking-list table tbody tr .company-column .company .wrapper .review-link .icon svg {
    margin-left: 4px;
    height: 15px
}

.ranking-list table tbody tr .company-column .company .wrapper .review-link .link {
    color: inherit;
    text-decoration: underline
}

.ranking-list table tbody tr .company-column .company .wrapper .review-link .link:hover {
    text-decoration: none
}

.ranking-list table tbody tr .prosAndCons .inline {
    width: 100%;
    padding: 10px 0
}

.ranking-list table tbody tr .prosAndCons .inline .heading {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 20px;
    color: #333;
    font-style: normal;
    font-weight: 700;
    font-size: 18px
}

.ranking-list table tbody tr .prosAndCons .inline .description {
    margin-bottom: 20px;
    color: #666;
    font-size: 14px
}

.ranking-list table tbody tr .prosAndCons .inline .pros-and-cons {
    display: flex;
    gap: 20px
}

.ranking-list table tbody tr .prosAndCons .inline .pros-and-cons .cons, .ranking-list table tbody tr .prosAndCons .inline .pros-and-cons .pros {
    flex-grow: 1;
    font-size: 15px
}

.ranking-list table tbody tr .prosAndCons .inline .pros-and-cons .cons div, .ranking-list table tbody tr .prosAndCons .inline .pros-and-cons .pros div {
    width: 100%;
    display: flex;
    gap: 4px;
    margin-bottom: 8px
}

.ranking-list table tbody tr .prosAndCons .inline .pros-and-cons .cons img, .ranking-list table tbody tr .prosAndCons .inline .pros-and-cons .pros img {
    position: relative;
    top: 5px;
    height: 13px;
    width: 13px;
    margin-right: 5px
}

.ranking-list table tbody tr .button-column {
    vertical-align: middle;
    text-align: center;
    position: relative;
    width: 25%;
    margin-left: auto;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.ranking-list table tbody tr .button-column .box {
    width: 100%;
    background: #f5f5f5;
    border-radius: 4px;
    padding: 25px 20px
}

.ranking-list table tbody tr .button-column .box .text .title {
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 15px;
    font-size: 12px
}

.ranking-list table tbody tr .button-column .box .text .bonus {
    width: 100%;
    margin-bottom: 20px;
    font-size: 22px;
    padding: 0 10px;
    color: #333;
    line-height: 1.2em;
    font-style: normal;
    font-weight: 700
}

.ranking-list table tbody tr .button-column .box .text .bonus i {
    color: #777;
    font-size: 14px;
    font-style: normal;
    font-weight: 400
}

.ranking-list table tbody tr .button-column .box .button .text-link {
    text-decoration: underline;
    margin-top: 10px;
    font-size: 11px;
    display: inline-block
}

.ranking-list table tbody tr .button-column .box .button .text-link:hover {
    text-decoration: none
}

.ranking-list table tbody tr .terms {
    width: 100%;
    background: #eee;
    padding: 10px 0 0 0;
    font-size: 9px;
    color: #999
}

.ranking-list table tbody tr .terms div {
    padding: 0 10px 0 10px
}

@media (min-width: 992px) and (max-width: 1199px) {
    .ranking-list table thead tr th.column-lg-1 {
        width: 54%
    }

    .ranking-list table thead tr th.column-lg-2 {
        width: calc(54% / 2)
    }

    .ranking-list table thead tr th.column-lg-3 {
        width: calc(54% / 3)
    }

    .ranking-list table thead tr th.column-lg-4 {
        width: calc(54% / 4)
    }

    .ranking-list table thead tr th.column-lg-5 {
        width: calc(54% / 5)
    }

    .ranking-list table tbody tr .data-column {
        font-size: 14px
    }

    .ranking-list table tbody tr .data-column.column-lg-1 {
        width: 54%
    }

    .ranking-list table tbody tr .data-column.column-lg-2 {
        width: calc(54% / 2)
    }

    .ranking-list table tbody tr .data-column.column-lg-3 {
        width: calc(54% / 3)
    }

    .ranking-list table tbody tr .data-column.column-lg-4 {
        width: calc(54% / 4)
    }

    .ranking-list table tbody tr .data-column.column-lg-5 {
        width: calc(54% / 5)
    }
}

@media (max-width: 991px) {
    .ranking-list table thead {
        display: none
    }

    .ranking-list table tbody tr {
        display: flex;
        flex-wrap: wrap;
        height: fit-content
    }

    .ranking-list table tbody tr td {
        order: 3;
        width: 100%
    }

    .ranking-list table tbody tr .data-column {
        width: 50%;
        align-items: baseline
    }

    .ranking-list table tbody tr .data-column.data-item {
        padding: 0 10px 0 10px
    }

    .ranking-list table tbody tr .data-column.first {
        order: 2;
        width: 100% !important;
        position: relative
    }

    .ranking-list table tbody tr .data-column.first.data-item {
        font-size: 16px
    }

    .ranking-list table tbody tr .data-column.column-xs-1 {
        width: 100%
    }

    .ranking-list table tbody tr .data-column.column-xs-2 {
        width: 50%
    }

    .ranking-list table tbody tr .data-column.column-xs-3 {
        width: 33.33%
    }

    .ranking-list table tbody tr .data-column.column-xs-4 {
        width: 50%
    }

    .ranking-list table tbody tr .data-column.column-xs-5 {
        width: 33.33%
    }

    .ranking-list table tbody tr .data-column.column-xs-6 {
        width: 33.33%
    }

    .ranking-list table tbody tr .data-column.column-xs-7 {
        width: 25%
    }

    .ranking-list table tbody tr .data-column.column-xs-8 {
        width: 25%
    }

    .ranking-list table tbody tr .data-column.column-xs-9 {
        width: 33.33%
    }

    .ranking-list table tbody tr .data-column.column-xs-10 {
        width: 33.33%
    }

    .ranking-list table tbody tr .company-column {
        width: 100%;
        display: block;
        order: 1;
        border-bottom-left-radius: 0
    }

    .ranking-list table tbody tr .company-column .company {
        padding: 5px 20px
    }

    .ranking-list table tbody tr .company-column .company .wrapper {
        width: 100%;
        display: flex
    }

    .ranking-list table tbody tr .company-column .company .wrapper .logo {
        width: 25%;
        margin-bottom: 0;
        text-align: left;
        display: flex;
        align-items: center
    }

    .ranking-list table tbody tr .company-column .company .wrapper .logo img {
        height: 90%
    }

    .ranking-list table tbody tr .company-column .company .wrapper .ratings {
        flex-grow: 1;
        padding-top: 18px;
        text-align: right
    }

    .ranking-list table tbody tr .company-column .company .wrapper .ratings .rating {
        justify-content: right;
        margin-bottom: 0
    }

    .ranking-list table tbody tr .company-column .company .wrapper .ratings .rating .rating-stars .star {
        width: 16px;
        height: 16px
    }

    .ranking-list table tbody tr .company-column .company .wrapper .ratings .rating .rating-number {
        font-size: 16px
    }

    .ranking-list table tbody tr .company-column .company .wrapper .ratings .rating .rating-number .rating-value {
        font-size: 24px
    }

    .ranking-list table tbody tr .company-column .company .wrapper .review-link {
        font-size: 11px
    }

    .ranking-list table tbody tr .prosAndCons .inline {
        padding-left: 15px;
        padding-right: 15px
    }

    .ranking-list table tbody tr .prosAndCons .inline .heading {
        font-size: 16px;
        margin-bottom: 10px;
        padding-bottom: 8px
    }

    .ranking-list table tbody tr .prosAndCons .inline .description {
        font-size: 12px;
        margin-bottom: 10px
    }

    .ranking-list table tbody tr .prosAndCons .inline .pros-and-cons .cons, .ranking-list table tbody tr .prosAndCons .inline .pros-and-cons .pros {
        font-size: 12px
    }

    .ranking-list table tbody tr .prosAndCons .inline .pros-and-cons .cons img, .ranking-list table tbody tr .prosAndCons .inline .pros-and-cons .pros img {
        height: 12px;
        width: 12px;
        margin-right: 4px;
        top: 2px
    }

    .ranking-list table tbody tr .button-column {
        width: 100%;
        display: block;
        order: 98
    }

    .ranking-list table tbody tr .button-column .box {
        display: flex
    }

    .ranking-list table tbody tr .button-column .box .text {
        flex-grow: 1
    }

    .ranking-list table tbody tr .button-column .box .text .title {
        margin-bottom: 10px
    }

    .ranking-list table tbody tr .button-column .box .text .bonus {
        margin-bottom: 0
    }

    .ranking-list table tbody tr .button-column .box .button {
        flex-grow: 1
    }

    .ranking-list table tbody tr .terms {
        order: 99
    }
}

.data-list.rankingList-secondary {
    background: #fff !important
}

.data-list.rankingList-secondary .terms {
    background: #fff !important
}

.data-list.rankingList-complementary {
    background: #fff !important
}

.data-list.rankingList-complementary .terms {
    background: #fff !important
}

.data-list.compactList-secondary {
    background: #fff
}

.data-list.compactList-secondary .compact-list table tbody tr {
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 0
}

.data-list.compactList-secondary .compact-list table tbody .terms {
    background: #fff;
    padding: 0 10px 10px 10px
}

.data-list.compactList-complementary {
    background: #fff
}

.data-list.compactList-complementary .compact-list table td {
    background-color: #f3f3f3
}

.data-list.compactList-complementary .compact-list table tbody tr .company-column .company-wrapper {
    background-color: #eee !important
}

.data-list.compactList-complementary .compact-list table tbody tr .company-column .company-wrapper .company-title-box {
    background-color: #eee !important
}

.data-list.compactList-complementary .compact-list table tbody tr .bonusText .wrapper {
    background: #fff;
    border: 0;
    -webkit-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, .05);
    box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, .05)
}

.data-list.compactList-complementary .compact-list table tbody tr .terms {
    background: #fff
}

@media (max-width: 991px) {
    .data-list.compactList-complementary .compact-list .button-column .btn-review {
        background: 0 0;
        border-color: #999
    }
}

.data-list.style-main-column {
    padding-top: 0;
    background: #fff
}

.data-list.style-main-column .container {
    padding-left: 0;
    padding-right: 0
}

.data-list.style-main-column .compact-list .general-terms {
    font-size: 12px;
    text-align: center;
    background: #f7eff0;
    margin-bottom: 3px;
    padding: 10px
}

.data-list.style-main-column .compact-list table caption {
    margin-bottom: 3px
}

.data-list.style-main-column .compact-list table thead .company-heading {
    width: 35%
}

.data-list.style-main-column .compact-list table thead .data-heading {
    width: 35%
}

.data-list.style-main-column .compact-list table thead .button-heading {
    width: 25%
}

.data-list.style-main-column .compact-list table td {
    background-color: #fff
}

.data-list.style-main-column .compact-list table tbody {
    display: flex;
    flex-direction: column
}

.data-list.style-main-column .compact-list table tbody tr {
    border-bottom: 1px solid #f3f3f3
}

.data-list.style-main-column .compact-list table tbody tr .company-column {
    width: 35%
}

.data-list.style-main-column .compact-list table tbody tr .bonusText {
    width: 35%
}

.data-list.style-main-column .compact-list table tbody tr .button-column {
    width: 25%
}

.data-list.style-main-column .compact-list table tbody tr .terms {
    background: #fff;
    padding: 5px 0 5px 0
}

@media (min-width: 992px) and (max-width: 1199px) {
    .data-list.style-main-column .compact-list table thead .company-heading {
        width: 38%
    }

    .data-list.style-main-column .compact-list table thead .data-heading {
        width: 37%
    }

    .data-list.style-main-column .compact-list table tbody tr .company-column {
        width: 38%
    }

    .data-list.style-main-column .compact-list table tbody tr .bonusText {
        width: 37%
    }
}

@media (max-width: 991px) {
    .data-list.style-main-column .compact-list table tbody tr {
        border-bottom: none
    }

    .data-list.style-main-column .compact-list table tbody tr .company-column {
        width: 120px
    }

    .data-list.style-main-column .compact-list table tbody tr .bonusText {
        width: calc(100% - 120px)
    }

    .data-list.style-main-column .compact-list table tbody tr .button-column {
        width: 100%
    }
}

.block {
    margin-bottom: 40px
}

.block.defaultBottomMargin {
    margin-bottom: 40px
}

.block.standardBottomMargin {
    margin-bottom: 40px
}

.block.extraBottomMargin {
    margin-bottom: 60px
}

.block.removeBottomMargin {
    margin-bottom: 0
}

@media (max-width: 767px) {
    .block {
        margin-bottom: 20px
    }

    .block.defaultBottomMargin {
        margin-bottom: 20px
    }

    .block.standardBottomMargin {
        margin-bottom: 20px
    }

    .block.extraBottomMargin {
        margin-bottom: 40px
    }

    .block.removeBottomMargin {
        margin-bottom: 0
    }
}

.block-title.default {
    margin-bottom: 0
}

.block-title.grey {
    background: #f3f3f3;
    padding: 20px 0
}

.block-title.grey.removeBottomMargin {
    padding-bottom: 3px
}

.block-title.grey.removeBottomMargin .page-title {
    margin-bottom: 0
}

.block-title.grey h1, .block-title.grey h2, .block-title.grey h3, .block-title.grey h4, .block-title.grey h5 {
    background: #f3f3f3
}

.block-title.grey .primary h1, .block-title.grey .primary h2, .block-title.grey .primary h3, .block-title.grey .primary h4, .block-title.grey .primary h5 {
    background: #ffa200
}

.block-data-list .general-terms {
    padding-top: 15px
}

.block-data-list .general-terms.primary {
    background: #f3f3f3
}

.block-data-list .general-terms.secondary {
    background: #fff
}

.block-data-list .general-terms.complementary {
    background: #fff
}

.block-data-list .general-terms .info {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font-size: 12px;
    text-align: center;
    background: #f7eff0;
    padding: 10px
}

.block-data-list .general-terms.style-main-column {
    background: #fff;
    margin-bottom: 4px
}

.block-data-list .general-terms.style-main-column .container {
    padding-left: 0;
    padding-right: 0
}

.block-data-list .navigation {
    padding-top: 15px;
    padding-bottom: 5px
}

.block-data-list .navigation.primary {
    background: #f3f3f3
}

.block-data-list .navigation.secondary {
    background: #fff
}

.block-data-list .navigation.complementary {
    background: #fff
}

.block-data-list .navigation .container .loader {
    display: none;
    position: relative;
    height: 0;
    top: 200px;
    left: calc(50% - 125px);
    z-index: 200
}

.block-data-list .navigation .container .items {
    gap: 12px;
    display: inline-flex;
    flex-wrap: nowrap
}

.block-data-list .navigation .container .items.dropdown {
    width: 100%;
    justify-content: end;
    align-items: center;
    padding-bottom: 10px
}

.block-data-list .navigation .container .items .list-select {
    padding: 5px 20px
}

.block-data-list .navigation .container .items .filter {
    font-style: normal;
    font-weight: 700;
    display: flex;
    gap: 10px;
    align-items: center
}

.block-data-list .navigation .container .items .filter svg {
    height: 14px
}

.block-data-list .navigation .container .items .item {
    padding: 8px 14px;
    background: #fff;
    font-size: 12px;
    cursor: pointer;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    border-radius: 16px
}

.block-data-list .navigation .container .items .item.active, .block-data-list .navigation .container .items .item:hover {
    font-style: normal;
    font-weight: 700;
    background: #468593;
    color: #fff
}

.block-data-list .navigation.style-white {
    background: #fff
}

@media (max-width: 991px) {
    .block-data-list .navigation .container {
        overflow: auto;
        white-space: nowrap;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .block-data-list .navigation .container::-webkit-scrollbar {
        display: none
    }
}

.block-breadcrumbs {
    overflow: hidden;
    font-size: 12px;
    color: #666;
    background: #f3f3f3;
    padding: 10px 0
}

.block-breadcrumbs .container ul {
    display: inline-block
}

.block-breadcrumbs .container ul li {
    display: inline-block;
    padding-right: 18px;
    margin-right: 8px;
    background: url("icon-arrow-right.svg") no-repeat right;
    background-size: 15px
}

.block-breadcrumbs .container ul li.last {
    background: 0 0
}

.block-breadcrumbs .container ul li a {
    color: #666;
    padding-right: 5px
}

.block-breadcrumbs .container ul li.active {
    font-style: normal;
    font-weight: 700;
    background: 0 0;
    padding-right: 0;
    color: #333
}

@media (max-width: 767px) {
    .block-breadcrumbs {
        margin-bottom: 20px
    }
}

.body-block-icon-attention {
    border-top: 6px solid;
    border-bottom: 6px solid;
    border-top-color: #ffa200;
    border-bottom-color: #ccc;
    background: #f3f3f3;
    padding: 25px
}

.body-block-icon-attention .icon {
    color: #ffa200;
    background: #fff;
    border: 4px solid #ffa200
}

.body-block-icon-attention .icon svg {
    height: 26px;
    fill: #FFA200
}

.body-block-icon-attention .top {
    display: flex
}

.body-block-icon-attention .top .icon {
    grow: 0;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 50%;
    height: 52px;
    width: 52px
}

.body-block-icon-attention .top .icon svg {
    height: 26px
}

.body-block-icon-attention .top .title {
    grow: 1;
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    font-style: normal;
    font-weight: 700
}

.body-block-icon-attention .top .title b {
    padding-bottom: 3px;
    color: #282b2d
}

.body-block-icon-attention .body {
    padding-top: 20px;
    width: 100%
}

.body-block-icon-attention .body .text-default-format ol li, .body-block-icon-attention .body .text-default-format p, .body-block-icon-attention .body .text-default-format ul li {
    font-size: 16px;
    color: #282b2d
}

.body-block-icon-attention .body .text-default-format ol:last-child, .body-block-icon-attention .body .text-default-format p:last-child, .body-block-icon-attention .body .text-default-format ul:last-child {
    margin-bottom: 0
}

.body-block-icon-attention.blue-schema {
    border-top-color: #468594;
    border-bottom-color: #c0d2d4;
    background: #f2f9fa
}

.body-block-icon-attention.blue-schema .icon {
    border-color: #468594
}

.body-block-icon-attention.blue-schema .title b {
    border-bottom: 2px solid #468594
}

.body-block-icon-attention.blue-schema svg {
    fill: #468594
}

.body-block-icon-attention.yellow-schema {
    border-top-color: #ffbc04;
    border-bottom-color: #f7eed7;
    background: #fffdf8
}

.body-block-icon-attention.yellow-schema .icon {
    border-color: #ffbc04
}

.body-block-icon-attention.yellow-schema .title b {
    border-bottom: 2px solid #ffbc04
}

.body-block-icon-attention.yellow-schema svg {
    fill: #FFBC04
}

.body-block-icon-attention.orange-schema {
    border-top-color: #ffa404;
    border-bottom-color: #eddfc7;
    background: #fffbf7
}

.body-block-icon-attention.orange-schema .icon {
    border-color: #ffa404
}

.body-block-icon-attention.orange-schema .title b {
    border-bottom: 2px solid #ffa404
}

.body-block-icon-attention.orange-schema svg {
    fill: #FFA404
}

.body-block-icon-attention.red-schema {
    border-top-color: #f04c4c;
    border-bottom-color: #efcbcb;
    background: #fbf6f5
}

.body-block-icon-attention.red-schema .icon {
    border-color: #f04c4c
}

.body-block-icon-attention.red-schema .title b {
    border-bottom: 2px solid #f04c4c
}

.body-block-icon-attention.red-schema svg {
    fill: #F04C4C
}

.body-block-icon-attention.green-schema {
    border-top-color: #54c444;
    border-bottom-color: #c8dfc5;
    background: #f6f8f6
}

.body-block-icon-attention.green-schema .icon {
    border-color: #54c444
}

.body-block-icon-attention.green-schema .title b {
    border-bottom: 2px solid #54c444
}

.body-block-icon-attention.green-schema svg {
    fill: #54C444
}

.body-block-icon-attention.black-schema {
    border-top-color: #000;
    border-bottom-color: #bcbcbc;
    background: #f4f4f4
}

.body-block-icon-attention.black-schema .icon {
    border-color: #000
}

.body-block-icon-attention.black-schema .title b {
    border-bottom: 2px solid #000
}

.body-block-icon-attention.black-schema svg {
    fill: #000000
}

.body-block-icon-attention.dark-blue-schema {
    border-top-color: #2c4251;
    border-bottom-color: #c4c8d3;
    background: #f0f3f5
}

.body-block-icon-attention.dark-blue-schema .icon {
    border-color: #2c4251
}

.body-block-icon-attention.dark-blue-schema .title b {
    border-bottom: 2px solid #2c4251
}

.body-block-icon-attention.dark-blue-schema svg {
    fill: #2C4251
}

.body-block-icon-attention.pink-schema {
    border-top-color: #f37367;
    border-bottom-color: #cab7b6;
    background: #fbf6f5
}

.body-block-icon-attention.pink-schema .icon {
    border-color: #f37367
}

.body-block-icon-attention.pink-schema .title b {
    border-bottom: 2px solid #f37367
}

.body-block-icon-attention.pink-schema svg {
    fill: #F37367
}

@media (max-width: 767px) {
    .body-block-icon-attention {
        padding: 20px 20px
    }

    .body-block-icon-attention .top {
        align-items: center
    }

    .body-block-icon-attention .top .icon {
        width: 46px;
        height: 46px
    }

    .body-block-icon-attention .top .icon svg {
        height: 22px
    }

    .body-block-icon-attention .top .title {
        font-size: 16px
    }
}

.block-bullentin-board-company {
    background: #0078d9;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 8px, rgba(0, 0, 0, .05) 0, rgba(0, 0, 0, .05) 10px);
    padding: 80px 0
}

.block-bullentin-board-company .column .logo {
    margin-bottom: 25px
}

.block-bullentin-board-company .column .rating p {
    color: #fff;
    font-style: normal;
    font-weight: 700;
    margin: 0;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1em;
    margin-bottom: 10px
}

.block-bullentin-board-company .column .rating .stars span {
    color: #ccc;
    font-size: 26px
}

.block-bullentin-board-company .column .rating .stars span.active {
    color: gold
}

.block-bullentin-board-company .column .rating .stars .rating {
    margin-top: 8px;
    display: flex;
    align-items: center;
    white-space: nowrap
}

.block-bullentin-board-company .column .rating .stars .rating .rating-stars {
    display: inline-block;
    margin-right: 8px
}

.block-bullentin-board-company .column .rating .stars .rating .rating-stars .star {
    width: 26px;
    height: 25px
}

.block-bullentin-board-company .column .rating .stars .rating .rating-number {
    font-size: 16px;
    display: inline-block;
    color: #f3f3f3
}

.block-bullentin-board-company .column .rating .stars .rating .rating-number .rating-value {
    font-style: normal;
    font-weight: 700;
    color: #fff;
    font-size: 26px
}

.block-bullentin-board-company .column .bonus-info h1 {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 25px;
    letter-spacing: 1px
}

.block-bullentin-board-company .column .bonus-info b {
    color: #fff;
    font-size: 50px;
    line-height: .9em;
    display: block
}

.block-bullentin-board-company .column .bonus-info b i {
    font-style: normal;
    font-weight: 400;
    font-size: 24px
}

.block-bullentin-board-company .column .bonus-info .terms {
    margin-top: 10px
}

.block-bullentin-board-company .column .bonus-info .terms p {
    font-size: 10px;
    color: #fff;
    opacity: .6
}

.block-bullentin-board-company .column .bonus-info .buttons {
    text-align: center;
    margin-top: 25px;
    width: 75%
}

.block-bullentin-board-company .column .bonus-info .buttons a.btn {
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 14px;
    box-shadow: none
}

.block-bullentin-board-company .column .bonus-info .buttons a.text-link {
    color: #fff;
    font-size: 14px;
    display: block;
    text-decoration: underline
}

.block-bullentin-board-company .column .bonus-info .buttons a.text-link:hover {
    text-decoration: none
}

.block-bullentin-board-company .column .bonus-info p {
    color: #fff;
    margin-bottom: 0
}

.block-bullentin-board-company .column .bonus-info p i {
    font-size: 12px
}

@media (min-width: 992px) and (max-width: 1199px) {
    .block-bullentin-board-company .column .bonus-info b {
        font-size: 40px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .block-bullentin-board-company .column .logo {
        max-width: 75%
    }

    .block-bullentin-board-company .column .bonus-info b {
        font-size: 36px
    }
}

@media (max-width: 767px) {
    .block-bullentin-board-company {
        padding: 30px 0
    }

    .block-bullentin-board-company .column {
        text-align: center
    }

    .block-bullentin-board-company .column .logo {
        margin: auto;
        margin-bottom: 20px;
        max-width: 75%
    }

    .block-bullentin-board-company .column .logo img {
        margin: auto
    }

    .block-bullentin-board-company .column .rating {
        margin-bottom: 25px
    }

    .block-bullentin-board-company .column .rating .stars span {
        font-size: 20px
    }

    .block-bullentin-board-company .column .rating .stars .rating {
        justify-content: center
    }

    .block-bullentin-board-company .column .rating .stars .rating .rating-stars .star {
        width: 22px;
        height: 21px
    }

    .block-bullentin-board-company .column .rating .stars .rating .rating-number {
        font-size: 14px
    }

    .block-bullentin-board-company .column .rating .stars .rating .rating-number .rating-value {
        font-size: 21px
    }

    .block-bullentin-board-company .column .bonus-info h1 {
        margin-bottom: 10px
    }

    .block-bullentin-board-company .column .bonus-info b {
        font-size: 28px;
        margin-bottom: 20px
    }

    .block-bullentin-board-company .column .bonus-info .buttons {
        width: 100%;
        margin-top: 10px
    }

    .block-bullentin-board-company .column .bonus-info .buttons a.btn {
        width: 75%
    }
}

.block-headline {
    margin-bottom: 0;
    padding: 50px 0;
    background: #ffa200;
    text-align: left
}

.block-headline.secondary {
    background-color: #13252e !important
}

.block-headline.complementary {
    background-color: #468593 !important
}

.block-headline .heading {
    font-family: RobotoCondensed, Arial, Helvetica;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.1em;
    text-align: inherit;
    margin-bottom: 10px
}

.block-headline p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
    text-align: inherit
}

.block-headline.center {
    text-align: center
}

.block-headline.right {
    text-align: right
}

@media (min-width: 768px) and (max-width: 991px) {
    .block-headline {
        padding: 40px 0
    }

    .block-headline .heading {
        font-size: 36px
    }

    .block-headline p {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .block-headline {
        padding: 20px 10px
    }

    .block-headline .heading {
        font-size: 24px
    }

    .block-headline p {
        font-size: 14px
    }
}

.block-badge {
    background: #182f3a;
    overflow: auto;
    white-space: nowrap;
    font-size: 15px;
    color: #fff;
    padding: 20px 0
}

.block-badge .items {
    z-index: 995;
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 10px;
    width: 100%
}

.block-badge .items .badge-item {
    display: inline-block
}

.block-badge .items .badge-item img {
    position: relative;
    top: -1px;
    margin-right: 5px;
    width: 25px;
    height: 25px
}

.block-badge .items .badge-item span {
    padding-right: 5px;
    font-style: normal;
    font-weight: 700
}

@media (min-width: 768px) and (max-width: 991px) {
    .block-badge .container {
        margin-left: 20px;
        padding-right: 0;
        margin-right: 0;
        max-width: unset
    }
}

.block-hero, .block-image-headline {
    padding: 100px 0;
    background-color: #13252e;
    text-align: left
}

.block-hero.secondary, .block-image-headline.secondary {
    background-color: #ffa200 !important
}

.block-hero.complementary, .block-image-headline.complementary {
    background-color: #468593 !important
}

.block-hero .primary, .block-hero .secondary, .block-image-headline .primary, .block-image-headline .secondary {
    font-family: RobotoCondensed, Arial, Helvetica;
    font-style: normal;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    line-height: 1em;
    text-align: inherit
}

.block-hero .primary, .block-image-headline .primary {
    font-size: 48px;
    color: #fff
}

.block-hero .secondary, .block-image-headline .secondary {
    font-size: 27px;
    color: #fff;
    font-style: normal;
    font-weight: 400
}

.block-hero p, .block-image-headline p {
    font-size: 18px;
    color: #fff;
    text-align: inherit;
    margin-top: 20px
}

.block-hero a, .block-image-headline a {
    color: inherit;
    text-decoration: underline
}

.block-hero.center, .block-image-headline.center {
    text-align: center
}

.block-hero.center p, .block-image-headline.center p {
    margin: 20px auto
}

.block-hero.right, .block-image-headline.right {
    text-align: right
}

.block-hero.right p, .block-image-headline.right p {
    margin: 20px 0 0 auto
}

@media (min-width: 992px) {
    .block-hero p, .block-image-headline p {
        width: 65%
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .block-hero p, .block-image-headline p {
        width: 75%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .block-hero, .block-image-headline {
        padding: 50px 0
    }

    .block-hero .primary, .block-image-headline .primary {
        font-size: 40px
    }

    .block-hero .secondary, .block-image-headline .secondary {
        font-size: 20px
    }
}

@media (max-width: 767px) {
    .block-hero, .block-image-headline {
        padding: 40px 0
    }

    .block-hero .primary, .block-image-headline .primary {
        font-size: 32px
    }

    .block-hero .secondary, .block-image-headline .secondary {
        font-size: 20px
    }

    .block-hero p, .block-image-headline p {
        font-size: 16px;
        margin-top: 16px
    }
}

.block-main-intro {
    padding: 40px 0;
    background-color: #13252e;
    text-align: left
}

.block-main-intro.secondary {
    background-color: #ffa200 !important
}

.block-main-intro.complementary {
    background-color: #468593 !important
}

.block-main-intro .text {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center
}

.block-main-intro .text .box h1, .block-main-intro .text .box h2, .block-main-intro .text .box h3, .block-main-intro .text .box h4, .block-main-intro .text .box h5, .block-main-intro .text .box h6 {
    color: #fff;
    font-family: RobotoCondensed, Arial, Helvetica;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1em;
    font-size: 32px;
    margin-bottom: 20px
}

.block-main-intro .text .box h1 span, .block-main-intro .text .box h2 span, .block-main-intro .text .box h3 span, .block-main-intro .text .box h4 span, .block-main-intro .text .box h5 span, .block-main-intro .text .box h6 span {
    line-height: 1.1em;
    margin-bottom: 1px;
    display: block;
    font-size: 20px;
    font-style: normal;
    font-weight: 400
}

.block-main-intro .text .box p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0
}

.block-main-intro .links {
    justify-content: end
}

.block-main-intro .links .box {
    min-width: 80%;
    margin-left: 50px
}

.block-main-intro .links .box a {
    margin-bottom: 10px;
    background: #ffffffeb;
    border-radius: 6px;
    display: flex
}

.block-main-intro .links .box a .image {
    flex-grow: 0;
    width: 60px;
    height: 60px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.block-main-intro .links .box a .label {
    text-align: left;
    flex-grow: 1;
    display: flex;
    align-items: center;
    color: #282b2d;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    height: 60px;
    padding: 0 20px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.block-main-intro .links .box a .arrow {
    flex-grow: 0;
    padding-right: 20px;
    display: flex;
    align-items: center
}

.block-main-intro .links .box a .arrow img {
    height: 60px;
    width: 15px
}

.block-main-intro .links .box a .arrow .rotate {
    transform: rotate(90deg)
}

.block-main-intro .links .box a:hover {
    text-decoration: none;
    background: #ffffffcf
}

@media (min-width: 768px) and (max-width: 991px) {
    .block-main-intro .text .box h1 span, .block-main-intro .text .box h2 span, .block-main-intro .text .box h3 span, .block-main-intro .text .box h4 span, .block-main-intro .text .box h5 span, .block-main-intro .text .box h6 span {
        font-size: 20px
    }

    .block-main-intro .links .box {
        min-width: 100%;
        margin-left: 0
    }
}

@media (max-width: 767px) {
    .block-main-intro {
        padding: 40px 0 10px 0
    }

    .block-main-intro .text {
        text-align: center;
        margin-bottom: 30px
    }

    .block-main-intro .text .box h1, .block-main-intro .text .box h2, .block-main-intro .text .box h3, .block-main-intro .text .box h4, .block-main-intro .text .box h5, .block-main-intro .text .box h6 {
        margin-bottom: 15px
    }

    .block-main-intro .text .box h1 span, .block-main-intro .text .box h2 span, .block-main-intro .text .box h3 span, .block-main-intro .text .box h4 span, .block-main-intro .text .box h5 span, .block-main-intro .text .box h6 span {
        font-size: 20px
    }

    .block-main-intro .links .box {
        min-width: 100%;
        margin-left: 0
    }

    .block-main-intro .links .box a {
        margin-bottom: 5px
    }

    .block-main-intro .links .box a .image {
        width: 40px;
        height: 40px
    }

    .block-main-intro .links .box a .label {
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        height: 40px;
        padding: 0 15px
    }

    .block-main-intro .links .box a .arrow {
        padding-right: 15px
    }

    .block-main-intro .links .box a .arrow img {
        height: 40px
    }
}

.block-company-ranking {
    margin-bottom: 22px
}

.block-company-ranking.grey {
    background: #f3f3f3;
    padding: 40px 0 20px 0
}

.block-company-ranking.grey .page-title h2 {
    background: #f3f3f3
}

.block-company-ranking.grey .item .item-open {
    background: #fff
}

.block-company-ranking.grey .item .item-left a {
    background: #fbfbfb
}

.block-company-ranking.grey .item .item-right .right-wrap {
    background: #fbfbfb
}

.block-company-ranking .item .item-open {
    display: flex;
    border: 1px solid #efefef;
    border-radius: 4px;
    background: #fdfdfd
}

.block-company-ranking .item .item-left {
    width: 20%;
    position: relative;
    overflow: hidden
}

.block-company-ranking .item .item-left .no-review {
    display: block;
    text-align: center;
    background: #efefef;
    height: 100%;
    width: 100%;
    padding: 30px 0;
    border-radius: 4px
}

.block-company-ranking .item .item-left a {
    display: block;
    text-align: center;
    background: #efefef;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
    border-radius: 4px
}

.block-company-ranking .item .item-left a:hover {
    text-decoration: none
}

.block-company-ranking .item .item-left .corner-tag {
    position: absolute;
    top: -39px;
    left: -39px;
    width: 80px;
    height: 80px;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #fff;
    border-bottom: 1px solid #eee
}

.block-company-ranking .item .item-left .corner-tag img {
    width: 30px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    margin-left: -14px
}

.block-company-ranking .item .item-left .corner-tag img.paypal-logo {
    width: 26px;
    bottom: 3px
}

.block-company-ranking .item .item-left .corner-tag img.payment-logo {
    width: 26px;
    bottom: 3px
}

.block-company-ranking .item .item-left .logo {
    align-self: center;
    margin-bottom: 15px
}

.block-company-ranking .item .item-left .logo img {
    margin: auto;
    max-width: 120px;
    max-height: 60px
}

.block-company-ranking .item .item-left .logo span {
    margin-top: 30px;
    display: block;
    text-transform: uppercase;
    color: #b1bec4;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px
}

.block-company-ranking .item .item-left .rating {
    margin-bottom: 15px;
    display: flex;
    justify-content: center
}

.block-company-ranking .item .item-left .rating .stars span.star {
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    background-image: url("/assets/layout/svg/star_grey.svg");
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative
}

.block-company-ranking .item .item-left .rating .stars span.star.active {
    background-image: url("/assets/layout/svg/star_golden.svg")
}

.block-company-ranking .item .item-left .rating .score b {
    margin-left: 10px;
    font-size: 12px;
    font-weight: 400;
    color: #fff
}

.block-company-ranking .item .item-left .rating .score b i {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    color: #fff
}

.block-company-ranking .item .item-left span.read-more {
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff
}

.block-company-ranking .item .item-right {
    width: 80%;
    display: flex
}

.block-company-ranking .item .item-right .left-wrap {
    width: 75%;
    padding: 25px;
    position: relative
}

.block-company-ranking .item .item-right .left-wrap .top-row {
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee
}

.block-company-ranking .item .item-right .left-wrap .top-row h4 {
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700
}

.block-company-ranking .item .item-right .left-wrap .top-row .highlight-text {
    position: absolute;
    top: -7px;
    right: 25px;
    display: inline-block;
    background: #2293d6;
    padding: 3px 13px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
}

.block-company-ranking .item .item-right .left-wrap .top-row .highlight-text span {
    line-height: 1em;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .3px;
    font-style: normal;
    font-weight: 700
}

.block-company-ranking .item .item-right .left-wrap .top-row .highlight-text .corner {
    position: absolute;
    top: 0;
    left: -9px;
    height: 7px;
    width: 9px;
    background: inherit;
    -webkit-border-top-left-radius: 50%;
    -moz-border-radius-topleft: 50%;
    border-top-left-radius: 50%
}

.block-company-ranking .item .item-right .left-wrap .top-row .highlight-text .corner .filler {
    height: 7px;
    width: 9px;
    background: rgba(0, 0, 0, .3);
    -webkit-border-top-right-radius: 50%;
    -webkit-border-top-left-radius: 50%;
    -moz-border-radius-topright: 50%;
    -moz-border-radius-topleft: 50%;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%
}

.block-company-ranking .item .item-right .left-wrap .bottom-row .pros-cons {
    display: flex
}

.block-company-ranking .item .item-right .left-wrap .bottom-row .pros-cons ul {
    width: 50%
}

.block-company-ranking .item .item-right .left-wrap .bottom-row .pros-cons ul.pros li {
    background-image: url("/assets/layout/svg/icon-plus.svg")
}

.block-company-ranking .item .item-right .left-wrap .bottom-row .pros-cons ul.cons li {
    background-image: url("/assets/layout/svg/icon-minus.svg")
}

.block-company-ranking .item .item-right .left-wrap .bottom-row .pros-cons ul li {
    background-size: 10px;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 25px;
    height: auto !important;
    font-size: 14px;
    line-height: 1.2em;
    padding-top: 5px;
    padding-bottom: 5px
}

.block-company-ranking .item .item-right .right-wrap {
    width: 25%;
    padding: 20px 20px 6px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #efefef
}

.block-company-ranking .item .item-right .right-wrap .bonus {
    text-align: center;
    width: 100%
}

.block-company-ranking .item .item-right .right-wrap .bonus .bonus-text {
    margin: 13px auto;
    font-size: 17px;
    color: #ef4136;
    line-height: 1.1em;
    font-style: normal;
    font-weight: 700
}

.block-company-ranking .item .item-right .right-wrap .bonus .bonus-text i {
    font-style: normal;
    font-size: 13px;
    font-style: normal;
    font-weight: 400
}

.block-company-ranking .item .item-right .right-wrap .bonus b {
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    font-size: 13px
}

.block-company-ranking .item .item-right .right-wrap .bonus a.btn {
    vertical-align: bottom;
    padding: 10px 0
}

.block-company-ranking .item .item-right .right-wrap .bonus a.text-link {
    font-size: 11px;
    display: inline-block;
    margin-top: 6px
}

.block-company-ranking .item .item-right .right-wrap .bonus.t-and-c .bonus-text {
    margin: 10px auto
}

.block-company-ranking .item .item-right .right-wrap .bonus.t-and-c .terms {
    margin-top: 6px
}

.block-company-ranking .item .item-right .right-wrap .bonus.t-and-c .terms p {
    font-size: 9px;
    color: #b2b2b2;
    line-height: 14px;
    margin-bottom: 0
}

.block-company-ranking .item .item-hidden {
    display: none;
    border-left: 2px solid #efefef;
    border-bottom: 2px solid #efefef;
    border-right: 2px solid #efefef;
    border-radius: 3px;
    background: #fff
}

.block-company-ranking .item .item-hidden .item-hidden-flex {
    display: flex;
    padding: 30px
}

.block-company-ranking .item .item-hidden .left-column {
    width: 35%
}

.block-company-ranking .item .item-hidden .left-column .company-facts {
    margin-bottom: 20px
}

.block-company-ranking .item .item-hidden .left-column .company-facts table {
    width: 100%
}

.block-company-ranking .item .item-hidden .left-column .company-screenshots {
    overflow: hidden;
    display: flex
}

.block-company-ranking .item .item-hidden .left-column .company-screenshots .image {
    position: relative;
    height: 100%
}

.block-company-ranking .item .item-hidden .left-column .company-screenshots .image.middle {
    margin: 0 10px
}

.block-company-ranking .item .item-hidden .left-column .company-screenshots a {
    position: absolute;
    z-index: 999;
    top: 0;
    display: block;
    width: 100%;
    height: 100%
}

.block-company-ranking .item .item-hidden .left-column .company-screenshots a:hover {
    background: url("/assets/layout/icon-magnifier.png") no-repeat center center;
    background-color: rgba(0, 0, 0, .5);
    transition-duration: 0s
}

.block-company-ranking .item .item-hidden .right-column {
    width: 65%;
    padding-left: 60px
}

.block-company-ranking .item .item-hidden .right-column .summary .top {
    overflow: hidden;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding-bottom: 10px
}

.block-company-ranking .item .item-hidden .right-column .summary .top b {
    line-height: 40px;
    float: left;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    font-style: normal;
    font-weight: 400
}

.block-company-ranking .item .item-hidden .right-column .summary .top .author {
    float: right
}

.block-company-ranking .item .item-hidden .right-column .summary .top .author img {
    width: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin-left: 10px
}

.block-company-ranking .item .show-more {
    margin: auto;
    height: 35px;
    width: 35px;
    text-align: center;
    cursor: pointer;
    background: #fff;
    border: 1px solid #efefef;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    top: -18px
}

.block-company-ranking .item .show-more img {
    width: 50%;
    margin-top: 7px
}

.block-company-ranking .item .show-more.active img {
    transform: rotate(180deg)
}

.block-company-ranking .read-more {
    text-align: right
}

@media (min-width: 768px) and (max-width: 991px) {
    .block-company-ranking .item .item-left {
        width: 30%
    }

    .block-company-ranking .item .item-right {
        width: 70%;
        display: block
    }

    .block-company-ranking .item .item-right .left-wrap {
        width: 100%
    }

    .block-company-ranking .item .item-right .right-wrap {
        padding-top: 0;
        width: 100%
    }

    .block-company-ranking .item .item-right .right-wrap .bonus {
        border-top: 1px solid #eee;
        padding: 20px 0
    }

    .block-company-ranking .item .show-more {
        margin-left: calc(65% - 17px)
    }

    .block-company-ranking .item .show-more.active {
        margin: auto
    }
}

@media (max-width: 767px) {
    .block-company-ranking .item .item-left {
        width: 33.33%
    }

    .block-company-ranking .item .item-left a {
        position: relative;
        overflow: hidden;
        display: block;
        padding-top: 60px
    }

    .block-company-ranking .item .item-left .logo {
        width: 80%;
        margin: auto;
        margin-bottom: 10px
    }

    .block-company-ranking .item .item-left .logo img {
        width: 100%
    }

    .block-company-ranking .item .item-left .rating {
        position: absolute;
        left: -10%;
        bottom: -40px;
        width: 120%;
        height: 150px;
        -webkit-border-top-left-radius: 50%;
        -webkit-border-top-right-radius: 50%;
        -moz-border-radius-topleft: 50%;
        -moz-border-radius-topright: 50%;
        border-top-left-radius: 50%;
        border-top-right-radius: 50%;
        background-color: #fff;
        flex-direction: column;
        align-items: center;
        border-top: 1px solid #eee;
        padding-top: 25px
    }

    .block-company-ranking .item .item-left .rating .stars {
        order: 2
    }

    .block-company-ranking .item .item-left .rating .stars span.star {
        width: 11px;
        height: 11px;
        background-size: 11px
    }

    .block-company-ranking .item .item-left .rating .score b {
        font-size: 16px;
        color: #555
    }

    .block-company-ranking .item .item-left .rating .score b i {
        font-size: 28px;
        color: #282b2d
    }

    .block-company-ranking .item .item-left span.read-more {
        font-size: 10px
    }

    .block-company-ranking .item .item-right {
        width: 66.66%;
        display: block
    }

    .block-company-ranking .item .item-right .left-wrap {
        width: 100%;
        padding: 35px 20px 15px 20px
    }

    .block-company-ranking .item .item-right .left-wrap .top-row .highlight-text {
        left: 14px;
        right: unset
    }

    .block-company-ranking .item .item-right .left-wrap .bottom-row .pros-cons {
        display: block
    }

    .block-company-ranking .item .item-right .left-wrap .bottom-row .pros-cons ul {
        width: 100%
    }

    .block-company-ranking .item .item-right .left-wrap .bottom-row .pros-cons ul li {
        font-size: 13px;
        padding-top: 3px;
        padding-bottom: 3px
    }

    .block-company-ranking .item .item-right .left-wrap .bottom-row .pros-cons ul.cons {
        margin-top: 15px
    }

    .block-company-ranking .item .item-right .right-wrap {
        padding-top: 0;
        width: 100%
    }

    .block-company-ranking .item .item-right .right-wrap .bonus {
        border-top: 1px solid #eee;
        padding: 15px 0
    }

    .block-company-ranking .item .item-right .right-wrap .bonus .bonus-text {
        margin: 9px auto
    }

    .block-company-ranking .item .item-hidden .item-hidden-flex {
        display: block
    }

    .block-company-ranking .item .item-hidden .item-hidden-flex .left-column {
        width: 100%;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #eee
    }

    .block-company-ranking .item .item-hidden .item-hidden-flex .right-column {
        width: 100%;
        padding-left: 0
    }

    .block-company-ranking .item .item-hidden .item-hidden-flex .right-column .summary .top b {
        font-size: 14px
    }

    .block-company-ranking .item .item-hidden .item-hidden-flex .right-column .summary .top .author {
        font-size: 12px
    }

    .block-company-ranking .item .show-more {
        margin-left: calc(66% - 17px)
    }

    .block-company-ranking .item .show-more.active {
        margin: auto
    }
}

.block-bonus-list .count {
    width: 4%
}

.block-bonus-list .logo {
    width: 20%
}

.block-bonus-list .bonus-text {
    width: 32%
}

.block-bonus-list .turnover {
    width: 17%
}

.block-bonus-list .lowest-odds {
    width: 11%
}

.block-bonus-list .free-spins {
    width: 11%
}

.block-bonus-list .cashout {
    width: 29%
}

.block-bonus-list .button {
    width: 16%
}

.block-bonus-list .load-more {
    text-align: center;
    margin-top: 10px;
    cursor: pointer
}

.block-bonus-list .load-more .load-more-text {
    color: #ef4136;
    background: url("/assets/layout/svg/icon-arrow-down-b.svg") no-repeat right;
    padding-right: 20px;
    background-size: 14px;
    font-style: normal;
    font-weight: 700
}

.block-bonus-list .load-more .load-more-text:hover {
    text-decoration: underline
}

.block-bonus-list .bonus-category {
    margin-bottom: 5px;
    overflow: hidden
}

.block-bonus-list .bonus-category span {
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    color: #000;
    padding-right: 10px;
    line-height: 26px;
    vertical-align: top
}

.block-bonus-list .bonus-category span.title {
    text-transform: uppercase
}

.block-bonus-list .bonus-category ul {
    display: inline-block
}

.block-bonus-list .bonus-category ul li {
    float: left
}

.block-bonus-list .bonus-category ul li a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    border-right: 1px dotted #333;
    padding: 0 15px;
    line-height: 26px;
    letter-spacing: 0
}

.block-bonus-list .bonus-category ul li.active a {
    color: #ccc
}

.block-bonus-list .bonus-category ul li:last-of-type a {
    border: 0
}

.block-bonus-list table {
    display: block
}

.block-bonus-list thead {
    display: block
}

.block-bonus-list tr {
    width: 1140px
}

.block-bonus-list tr.sort {
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background: #ffa200;
    overflow: hidden;
    margin-bottom: 10px
}

.block-bonus-list tr.sort th {
    display: block;
    float: left;
    text-align: left;
    color: #fff;
    font-size: 12px;
    background-size: 10px;
    line-height: 32px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px
}

.block-bonus-list tr.sort th.count {
    text-align: center;
    font-size: 10px;
    color: red;
    letter-spacing: 0
}

.block-bonus-list tr.general-terms td {
    font-size: 12px;
    padding: 5px 0;
    text-align: center;
    background: #f7eff0;
    margin-bottom: 4px;
    position: relative;
    top: -7px
}

.block-bonus-list tr.item {
    display: block;
    background: #fbfbfb;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    padding: 6px 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px
}

.block-bonus-list tr.item:hover {
    background: #efefef
}

.block-bonus-list tr.item p {
    margin-bottom: 0;
    color: #000;
    font-size: 14px;
    line-height: 35px
}

.block-bonus-list tr.item p span.mobile-text {
    display: none
}

.block-bonus-list tr.item td.column {
    display: block;
    float: left;
    min-height: 1px
}

.block-bonus-list tr.item td.column.count {
    text-align: center
}

.block-bonus-list tr.item td.column.count span {
    display: block;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    color: #ccc;
    margin: auto;
    line-height: 35px
}

.block-bonus-list tr.item td.column.logo a {
    text-decoration: none
}

.block-bonus-list tr.item td.column.logo a:hover .company-title {
    text-decoration: underline
}

.block-bonus-list tr.item td.column.logo img {
    width: 35px;
    height: 35px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    vertical-align: middle;
    margin-right: 7px
}

.block-bonus-list tr.item td.column.logo .company-title {
    display: inline-block;
    color: #ef4136;
    font-size: 15px;
    vertical-align: middle;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px
}

.block-bonus-list tr.item td.column.bonus-text {
    padding-right: 4px
}

.block-bonus-list tr.item td.column.bonus-text p {
    font-size: 17px;
    color: #000;
    line-height: 24px;
    padding: 4px 0;
    font-weight: 600
}

.block-bonus-list tr.item td.column.bonus-text p i {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    font-style: normal
}

.block-bonus-list tr.item td.column.turnover strong {
    font-size: 17px;
    font-style: normal;
    font-weight: 700
}

.block-bonus-list tr.item td.column.button {
    text-align: center;
    padding-right: 10px
}

.block-bonus-list tr.item td.column.button i {
    font-size: 10px;
    color: #666
}

.block-bonus-list tr.item td.column.button a.btn {
    padding-top: 10px;
    padding-bottom: 10px
}

.block-bonus-list tr.item td.column.button a.text-link {
    font-size: 11px;
    display: inline-block;
    margin-top: 4px
}

.block-bonus-list tr.item td.terms {
    width: 100%;
    display: inline-block;
    min-height: 1px;
    overflow: hidden;
    padding: 0 20px 0 10px;
    margin-top: 6px
}

.block-bonus-list tr.item td.terms p {
    font-size: 10px;
    color: #b2b2b2;
    line-height: 14px
}

.block-bonus-list .read-more {
    text-align: right;
    margin-top: 10px
}

@media (min-width: 992px) and (max-width: 1199px) {
    .block-bonus-list tr {
        width: 960px
    }

    .block-bonus-list .bonus-category span {
        font-size: 13px
    }

    .block-bonus-list .bonus-category ul li a {
        font-size: 12px;
        padding: 0 13px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .block-bonus-list tr.item td.terms {
        padding-left: 10px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .block-bonus-list tr {
        width: 720px
    }

    .block-bonus-list tr.sort th {
        font-size: 10px
    }

    .block-bonus-list .bonus-category span.dropdown-title {
        float: right;
        padding-right: 15px;
        background: url("/assets/layout/svg/icon-sort-down-b.svg") no-repeat right;
        background-size: 10px
    }

    .block-bonus-list .bonus-category ul {
        display: none
    }

    .block-bonus-list .bonus-category ul li {
        float: none;
        display: block
    }

    .block-bonus-list .bonus-category ul li a {
        font-size: 14px;
        text-align: center;
        display: block;
        border-right: 0px;
        border-bottom: 1px dotted #333;
        line-height: 38px
    }

    .block-bonus-list tr.item p {
        margin-bottom: 0;
        color: #000;
        font-size: 14px;
        line-height: 35px
    }

    .block-bonus-list tr.item p span.mobile-text {
        display: none
    }

    .block-bonus-list tr.item td.column {
        display: block;
        float: left
    }

    .block-bonus-list tr.item td.column.logo .company-title {
        font-size: 12px
    }

    .block-bonus-list tr.item td.column.bonus-text {
        padding: 0 5px
    }

    .block-bonus-list tr.item td.column.bonus-text p {
        font-size: 14px
    }

    .block-bonus-list tr.item td.column.bonus-text p i {
        font-size: 12px
    }

    .block-bonus-list tr.item td.column.turnover p {
        font-size: 12px
    }

    .block-bonus-list tr.item td.column.turnover p strong {
        font-size: 14px;
        font-style: normal;
        font-weight: 700
    }

    .block-bonus-list tr.item td.column.free-spins p {
        font-size: 12px
    }

    .block-bonus-list tr.item td.column.button a.btn {
        font-size: 10px
    }

    .block-bonus-list tr.item td.terms {
        padding-left: 10px
    }
}

@media (max-width: 767px) {
    .block-bonus-list tr {
        width: 100%
    }

    .block-bonus-list .count {
        width: 10%
    }

    .block-bonus-list .logo {
        width: calc(90% - 125px)
    }

    .block-bonus-list .bonus-text {
        width: calc(90% - 125px)
    }

    .block-bonus-list .turnover {
        width: calc(90% - 125px)
    }

    .block-bonus-list .lowest-odds {
        width: calc(90% - 125px)
    }

    .block-bonus-list .free-spins {
        width: calc(90% - 125px)
    }

    .block-bonus-list .cashout {
        width: calc(90% - 125px)
    }

    .block-bonus-list .button {
        width: 125px
    }

    .block-bonus-list .bonus-category span.dropdown-title {
        float: right;
        padding-right: 15px;
        background: url("/assets/layout/svg/icon-sort-down-b.svg") no-repeat right;
        background-size: 10px
    }

    .block-bonus-list .bonus-category ul {
        display: none
    }

    .block-bonus-list .bonus-category ul li {
        float: none;
        display: block
    }

    .block-bonus-list .bonus-category ul li a {
        font-size: 14px;
        text-align: center;
        display: block;
        border-right: 0px;
        border-bottom: 1px dotted #333;
        line-height: 38px
    }

    .block-bonus-list table {
        display: table
    }

    .block-bonus-list tr.sort th.logo {
        width: 50%
    }

    .block-bonus-list tr.sort th.bonus-text {
        width: 25%;
        text-align: right;
        padding-right: 39px;
        float: right
    }

    .block-bonus-list tr.sort th span {
        font-size: 12px
    }

    .block-bonus-list tr.sort th a {
        font-size: 12px
    }

    .block-bonus-list tr.item {
        position: relative
    }

    .block-bonus-list tr.item p {
        font-size: 11px;
        line-height: 1.4em
    }

    .block-bonus-list tr.item p span.mobile-text {
        display: inline;
        padding-right: 3px
    }

    .block-bonus-list tr.item td.column {
        margin-left: 10%;
        display: block;
        float: left
    }

    .block-bonus-list tr.item td.column.count {
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -8px;
        margin-left: 0
    }

    .block-bonus-list tr.item td.column.count span {
        display: block
    }

    .block-bonus-list tr.item td.column.logo {
        margin-bottom: 6px
    }

    .block-bonus-list tr.item td.column.bonus-text {
        margin-bottom: 2px
    }

    .block-bonus-list tr.item td.column.bonus-text p {
        font-size: 18px;
        line-height: 1.05em
    }

    .block-bonus-list tr.item td.column.bonus-text p i {
        font-size: 14px
    }

    .block-bonus-list tr.item td.column.turnover strong {
        font-size: 14px
    }

    .block-bonus-list tr.item td.column.button {
        margin-left: 0;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -17px
    }

    .block-bonus-list tr.item td.column.button a.btn {
        font-size: 10px
    }

    .block-bonus-list tr.item td.column.button a.text-link {
        margin-top: 8px
    }

    .block-bonus-list tr.item.terms-active td.button {
        top: 62px
    }

    .block-bonus-list tr.item td.terms {
        padding: 5px 10px;
        margin: 0
    }

    .block-bonus-list tr.item td.terms img {
        max-width: 280px
    }
}

.block-attention-row {
    background-image: repeating-linear-gradient(45deg, transparent, transparent 8px, rgba(0, 0, 0, .03) 0, rgba(0, 0, 0, .03) 10px);
    padding: 20px;
    text-align: center;
    background-color: #ffa200;
    margin-bottom: 0
}

.block-attention-row p {
    color: #fff;
    margin: 0;
    text-align: center;
    font-size: 18px;
    letter-spacing: .5px;
    font-style: normal;
    font-weight: 700
}

.block-attention-row p a {
    color: #fff;
    text-decoration: underline
}

.block-attention-row p a:hover {
    text-decoration: none
}

.block-attention-row.red {
    background-color: #ee1d44
}

.block-attention-row.blue {
    background-color: #2271ba
}

.block-attention-row.yellow {
    background-color: #f6cf1b
}

.block-attention-row.purple {
    background-color: #bb4ad3
}

.block-attention-row.green {
    background-color: #00bf16
}

.block-bullentin-board {
    background: #0d191f;
    padding: 40px 0
}

.block-bullentin-board .column-left {
    margin-top: 40px
}

.block-bullentin-board .column-left .category {
    margin-bottom: 20px
}

.block-bullentin-board .column-left .category span {
    padding: 4px 20px;
    background: #468593;
    color: #fff;
    font-family: Roboto, Arial, Helvetica;
    font-size: 18px;
    text-transform: uppercase
}

.block-bullentin-board .column-left h1 {
    color: #fff;
    font-family: Roboto, Arial, Helvetica;
    font-size: 46px;
    margin-bottom: 10px
}

.block-bullentin-board .column-left p {
    color: #fff
}

.block-bullentin-board .column-right {
    padding: 0 30px
}

.block-bullentin-board .column-right img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

@media (min-width: 992px) and (max-width: 1199px) {
    .block-bullentin-board .column-left {
        margin-top: 0
    }

    .block-bullentin-board .column-right {
        padding: 0
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .block-bullentin-board .column-left {
        margin-top: 0
    }

    .block-bullentin-board .column-left h1 {
        font-size: 32px
    }

    .block-bullentin-board .column-right {
        padding: 0
    }
}

@media (max-width: 767px) {
    .block-bullentin-board .column-left {
        margin-top: 0
    }

    .block-bullentin-board .column-left h1 {
        font-size: 32px
    }

    .block-bullentin-board .column-right {
        padding: 0
    }
}

.bonus-detail-section {
    background-color: #f3f3f3;
    padding-top: 40px;
    margin-top: 0 !important
}

.bonus-detail-section .cube .box {
    background-color: #fff
}

.bonus-detail-section .section-bonus-summary .page-title h3 {
    font-size: 18px
}

.bonus-detail-section .section-bonus-summary .text-default-format {
    display: inline-flex
}

.bonus-detail-section .section-bonus-summary .text-default-format .author {
    margin-right: 20px;
    margin-bottom: 20px;
    margin-top: 5px
}

.bonus-detail-section .section-bonus-summary .text-default-format .author img {
    border-radius: 50%
}

.bonus-detail-section .section-bonus-summary .text-default-format .author-text::before {
    color: #22bb5e;
    font-size: 50px;
    content: "\2022";
    position: relative;
    top: 6px;
    left: -3px
}

@media (max-width: 767px) {
    .bonus-detail-section .section-bonus-summary .text-default-format {
        display: block
    }

    .bonus-detail-section .section-bonus-summary .text-default-format .author {
        float: left
    }
}

.bonus-detail-section .cube-bonus-details table th {
    padding-left: 10px
}

.bonus-detail-section .cube-bonus-details table tr:nth-child(odd) {
    background-color: #f3f3f3
}

.bonus-detail-section .cube-payment-methods .box {
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%
}

.bonus-detail-section .cube-payment-methods .box .logo {
    margin-right: 5px;
    margin-top: 5px;
    padding: 4px;
    position: relative
}

.bonus-detail-section .cube-payment-methods .box .logo img {
    height: 25px;
    width: unset
}

.bonus-detail-section .cube-payment-methods .box .logo img.non-working {
    opacity: 25%
}

.block-activity-feed {
    padding: 20px 0;
    position: relative;
    background: #f3f3f3;
    color: #333
}

.block-activity-feed.primary .show-more {
    background: #ccc
}

.block-activity-feed.primary .show-more:hover {
    background: #999
}

.block-activity-feed.secondary {
    color: #fff;
    background: #182f3a
}

.block-activity-feed.secondary .show-more {
    background: #0f1d24
}

.block-activity-feed.secondary .show-more:hover {
    background: #091216
}

.block-activity-feed.complementary {
    color: #fff;
    background: #ffa200
}

.block-activity-feed.complementary .show-more {
    background: #e08f00
}

.block-activity-feed.complementary .show-more:hover {
    background: #cc8200
}

.block-activity-feed .container .items {
    overflow: hidden
}

.block-activity-feed .container .item {
    display: table;
    width: 25%;
    overflow: hidden;
    padding: 0 15px;
    border-right: 1px solid #ccc;
    float: left
}

.block-activity-feed .container .item.artiklar a .image img {
    border-color: #225aca
}

.block-activity-feed .container .item.nyheter a .image img {
    border-color: #3dbf1f
}

.block-activity-feed .container .item.kampanjer a .image img {
    border-color: #e21e49
}

.block-activity-feed .container .item.item-4 {
    border-right: 0px
}

.block-activity-feed .container .item a {
    display: flex;
    color: inherit;
    align-items: center
}

.block-activity-feed .container .item a .image {
    display: table-cell;
    margin-right: 0;
    vertical-align: top
}

.block-activity-feed .container .item a .image img {
    width: 50px;
    height: 50px;
    border: 2px solid #ffa200;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin-right: 10px
}

.block-activity-feed .container .item a .image img.member {
    border-color: #468593
}

.block-activity-feed .container .item a .text {
    display: flex;
    flex-direction: column
}

.block-activity-feed .container .item a .text span {
    color: inherit;
    line-height: 1.2em;
    font-size: 13px;
    font-weight: 500
}

.block-activity-feed .container .item a .text strong {
    color: inherit;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 1.3em;
    margin-bottom: 1px;
    opacity: .55;
    font-weight: 400
}

.block-activity-feed .container .item a:hover {
    text-decoration: none
}

.block-activity-feed .container .item a:hover .text span {
    text-decoration: underline
}

.block-activity-feed .container .item a:hover .text strong {
    text-decoration: none
}

.block-activity-feed .container .show-more {
    display: none;
    position: absolute;
    z-index: 10;
    top: 18px;
    right: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 50%
}

.block-activity-feed .container .show-more.active {
    transform: rotate(180deg)
}

.block-activity-feed .container .show-more img {
    height: 20px
}

@media (min-width: 1200px) {
    .block-activity-feed .container .items-hidden-mobile {
        display: block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .block-activity-feed .container .items-hidden-mobile {
        display: block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .block-activity-feed {
        padding: 2px 0 0
    }

    .block-activity-feed .container .title {
        width: 100%;
        float: none;
        margin-top: 0;
        margin-bottom: 3px
    }

    .block-activity-feed .container .title h4 {
        color: #000;
        font-size: 12px;
        border-bottom: 1px solid #000;
        display: inline-block
    }

    .block-activity-feed .container .title h4 span {
        display: none
    }

    .block-activity-feed .container .items-hidden-mobile {
        display: none
    }

    .block-activity-feed .container .item {
        width: 100%;
        border: 0;
        padding: 8px 0;
        border-top: 1px dotted #fff;
        float: none
    }

    .block-activity-feed .container .item.item-1 {
        border-top: 0
    }

    .block-activity-feed .container .show-more {
        display: flex
    }
}

@media (max-width: 767px) {
    .block-activity-feed {
        padding: 2px 0 0
    }

    .block-activity-feed .container .items-hidden-mobile {
        display: none
    }

    .block-activity-feed .container .item {
        width: 100%;
        border: 0;
        padding: 8px 0;
        border-top: 1px dotted #fff;
        float: none
    }

    .block-activity-feed .container .item.item-1 {
        border-top: 0
    }

    .block-activity-feed .container .show-more {
        display: flex
    }
}

.transparent-holder {
    position: relative
}

.transparent-holder .transparent-block {
    background: linear-gradient(to right, rgba(0, 0, 0, 0), #182f3a);
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 43px;
    z-index: 999
}

.block-new-page-navigation {
    background-color: #182f3a;
    overflow: auto;
    white-space: nowrap;
    font-size: 12px;
    color: #666;
    padding: 10px 0
}

.block-new-page-navigation .transparent-block {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    z-index: 999
}

.block-new-page-navigation ul {
    z-index: 995;
    display: inline-block
}

.block-new-page-navigation ul li {
    background-color: #182f3a;
    display: inline-block;
    padding: 2px 10px;
    margin-right: 8px;
    line-height: 20px;
    filter: brightness(115%);
    border-radius: 6px
}

.block-new-page-navigation ul li a {
    color: #f3f3f3;
    padding-right: 3px;
    padding-left: 3px;
    font-style: normal;
    font-weight: 400
}

.block-new-page-navigation ul li a:hover {
    text-decoration: none
}

.block-new-page-navigation ul li.active {
    background: 0 0;
    padding-right: 0;
    color: #f3f3f3
}

.block-new-page-navigation ul li:hover {
    filter: brightness(130%)
}

.block-page-navigation {
    overflow: hidden;
    font-size: 12px;
    color: #666;
    background: #f3f3f3;
    padding: 10px 0
}

.block-page-navigation span {
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    color: #000;
    padding-right: 25px;
    line-height: 20px;
    vertical-align: top
}

.block-page-navigation span.title {
    text-transform: uppercase
}

.block-page-navigation span.dropdown-title {
    float: right;
    padding-right: 15px;
    background: url("/assets/layout/svg/icon-sort-down-b.svg") no-repeat right;
    background-size: 10px
}

.block-page-navigation ul {
    display: inline-block
}

.block-page-navigation ul li {
    display: inline-block;
    padding-right: 18px;
    margin-right: 8px;
    line-height: 20px;
    padding-bottom: 1px
}

.block-page-navigation ul li a {
    color: #666;
    padding-right: 5px;
    font-style: normal;
    font-weight: 400
}

.block-page-navigation ul li.active {
    background: 0 0;
    padding-right: 0;
    color: #333
}

@media (min-width: 992px) and (max-width: 1199px) {
    .block-page-navigation span {
        padding-right: 15px
    }

    .block-page-navigation ul li {
        padding-right: 8px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .block-page-navigation {
        padding-bottom: 0
    }

    .block-page-navigation span {
        display: inline-block;
        margin-bottom: 10px
    }

    .block-page-navigation ul {
        display: none
    }

    .block-page-navigation ul li {
        display: block;
        text-align: center;
        border-bottom: 1px dotted #fff;
        line-height: 38px
    }
}

@media (max-width: 767px) {
    .block-page-navigation {
        padding-bottom: 0
    }

    .block-page-navigation span {
        display: inline-block;
        margin-bottom: 10px
    }

    .block-page-navigation ul {
        display: none
    }

    .block-page-navigation ul li {
        display: block;
        text-align: center;
        border-bottom: 1px dotted #fff;
        line-height: 38px
    }
}

.block-featured-links-column .column a {
    background-color: #f3f3f3;
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    padding: 11px 10px 10px
}

.block-featured-links-column .column a .logo {
    flex-grow: 0;
    display: flex;
    align-items: center
}

.block-featured-links-column .column a .logo img {
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.block-featured-links-column .column a .text {
    flex-grow: 1;
    margin-left: 10px;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 1.2em;
    color: #282b2d;
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 700
}

.block-featured-links-column .column a .arrow {
    flex-grow: 0;
    display: flex;
    align-items: center
}

.block-featured-links-column .column a .arrow .svg {
    width: 15px
}

.block-featured-links-column .column a .arrow.rotate .svg {
    rotate: 90deg
}

.block-featured-links-column .column a:hover {
    text-decoration: none;
    background: #efefef
}

.block-featured-links-column.grey-background {
    background: #f3f3f3;
    padding-top: 30px;
    padding-bottom: 30px
}

.block-featured-links-column.grey-background .column a {
    background-color: #fff
}

.block-featured-links-column.grey-background .column a:hover {
    background: #efefef
}

@media (max-width: 767px) {
    .block-featured-links-column .column {
        margin-bottom: 15px
    }

    .block-featured-links-column .column:last-child {
        margin-bottom: 0
    }

    .block-featured-links-column .column a {
        margin-bottom: 10px
    }
}

.block-byline {
    padding: 20px 0
}

.block-byline.secondary {
    background-color: #f3f3f3 !important
}

.block-byline.complementary {
    background-color: #182f3a !important
}

.block-byline.complementary .byline-box .text {
    color: #eee !important
}

.block-byline.complementary .byline-box .text a {
    color: #eee !important
}

.block-byline.complementary .byline-box .bottom-text {
    color: #b7b7b7 !important
}

.block-byline.removeBottomMargin {
    margin: auto
}

.block-byline .byline-box {
    display: flex;
    margin-top: 0;
    align-items: center
}

.block-byline .byline-box .author-image img {
    border-radius: 50%;
    border: 1px solid #ffa200;
    padding: 2px
}

.block-byline .byline-box .text {
    margin-left: 15px;
    color: #555;
    font-size: 14px
}

.block-byline .byline-box .text .top-text {
    display: flex;
    gap: 5px
}

.block-byline .byline-box .text .author, .block-byline .byline-box .text .checked-by {
    display: flex;
    align-items: center;
    gap: 4px
}

.block-byline .byline-box .text .author-name {
    font-style: normal;
    font-weight: 700;
    letter-spacing: .3px
}

.block-byline .byline-box .text .badge {
    height: 16px
}

.block-byline .byline-box .text .badge.check {
    height: 20px
}

.block-byline .byline-box .text .bottom-text {
    display: flex;
    gap: 2px;
    margin-top: 5px;
    font-size: 11px;
    color: #888
}

.block-byline .byline-box.centered {
    justify-content: center
}

.block-byline .byline-box.centered .text {
    text-align: left
}

@media (max-width: 991px) {
    .block-byline .byline-box {
        margin-top: 0
    }

    .block-byline .byline-box .author-image {
        position: relative
    }

    .block-byline .byline-box .text {
        font-size: 11px
    }

    .block-byline .byline-box .text .top-text {
        width: 100%;
        display: block
    }

    .block-byline .byline-box .text .author, .block-byline .byline-box .text .checked-by {
        width: 100%
    }

    .block-byline .byline-box .text .checked-by {
        margin-top: 2px
    }

    .block-byline .byline-box .text .split {
        display: none
    }

    .block-byline .byline-box .text .badge {
        height: 15px
    }

    .block-byline .byline-box .text .badge.check {
        height: 15px
    }

    .block-byline .byline-box .text .bottom-text {
        margin-top: 3px;
        font-size: 9px
    }
}

.padding-block {
    background: #f3f3f3;
    padding-bottom: 20px
}

.section-featured-links-column .column a {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    padding: 11px 10px 10px;
    background-color: #f3f3f3
}

.section-featured-links-column .column a .logo {
    flex-grow: 0;
    display: flex;
    align-items: center
}

.section-featured-links-column .column a .logo img {
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.section-featured-links-column .column a .text {
    flex-grow: 1;
    margin-left: 10px;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 1.2em;
    color: #282b2d;
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 700
}

.section-featured-links-column .column a .arrow {
    flex-grow: 0;
    display: flex;
    align-items: center
}

.section-featured-links-column .column a .arrow .svg {
    width: 15px
}

.section-featured-links-column .column a .arrow.rotate .svg {
    rotate: 90deg
}

.section-featured-links-column .column a:hover {
    text-decoration: none;
    background: #efefef
}

@media (max-width: 767px) {
    .section-featured-links-column .column {
        margin-bottom: 15px
    }

    .section-featured-links-column .column:last-child {
        margin-bottom: 0
    }

    .section-featured-links-column .column a {
        margin-bottom: 10px
    }
}