
html,
body {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0
}

.icon {
    height: 16px
}

.is-loading {
    position: relative;
    overflow: hidden
}

.is-loading:before {
    content: '';
    display: block;
    top: 50% !important;
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;
    margin: -13px 0 0 -13px;
    width: 26px;
    height: 26px;
    background: none;
    border: solid .25rem rgba(0, 0, 0, .2);
    border-top-color: #000;
    border-radius: 50%;
    -webkit-animation: loader .8s infinite linear;
    animation: loader .8s infinite linear
}

.is-loading:after {
    display: block;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

header {
    position: fixed
}

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

    100% {
        -webkit-transform: rotate(359deg);
    }
}

@keyframes loader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

*,
*::before,
*::after {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: Tahoma, Helvetica, Verdana, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: left;
    background-color: #312115
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

a {
    color: var(--box-font-color);
    text-decoration: underline;
    background-color: transparent
}

a:hover {
    color: #638331;
    text-decoration: none
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

label {
    display: inline-block;
    margin-bottom: .25rem
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
    cursor: pointer
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=radio],
input[type=checkbox] {
    box-sizing: border-box;
    padding: 0
}

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

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    padding-right: .25rem;
    padding-left: .25rem;
    margin-right: auto;
    margin-left: auto
}

@media(min-width:576px) {

    .container-sm,
    .container {
        max-width: 540px
    }
}

@media(min-width:768px) {

    .container-md,
    .container-sm,
    .container {
        max-width: 720px
    }
}

@media(min-width:992px) {

    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {

    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1140px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -0.25rem;
    margin-left: -0.25rem
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
    position: relative;
    width: 100%;
    padding-right: .25rem;
    padding-left: .25rem
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1>* {
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.row-cols-4>* {
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%
}

.col-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%
}

.col-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%
}

.col-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%
}

.col-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%
}

.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.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

@media(min-width:576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-sm-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-sm-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-sm-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-sm-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-sm-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

    .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.33333333%
    }

    .offset-sm-2 {
        margin-left: 16.66666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333333%
    }

    .offset-sm-5 {
        margin-left: 41.66666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333333%
    }

    .offset-sm-8 {
        margin-left: 66.66666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333333%
    }

    .offset-sm-11 {
        margin-left: 91.66666667%
    }
}

@media(min-width:768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-md-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-md-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-md-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-md-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-md-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

    .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.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333333%
    }

    .offset-md-5 {
        margin-left: 41.66666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333333%
    }

    .offset-md-8 {
        margin-left: 66.66666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333333%
    }

    .offset-md-11 {
        margin-left: 91.66666667%
    }
}

@media(min-width:992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-lg-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-lg-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-lg-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

    .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.33333333%
    }

    .offset-lg-2 {
        margin-left: 16.66666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333333%
    }

    .offset-lg-5 {
        margin-left: 41.66666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333333%
    }

    .offset-lg-8 {
        margin-left: 66.66666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333333%
    }

    .offset-lg-11 {
        margin-left: 91.66666667%
    }
}

@media(min-width:1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-xl-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-xl-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-xl-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-xl-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-xl-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

    .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.33333333%
    }

    .offset-xl-2 {
        margin-left: 16.66666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333333%
    }

    .offset-xl-5 {
        margin-left: 41.66666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333333%
    }

    .offset-xl-8 {
        margin-left: 66.66666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333333%
    }

    .offset-xl-11 {
        margin-left: 91.66666667%
    }
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.5rem + 4px);
    padding: .25rem .5rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #dde4d1;
    border-radius: .3125rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #c5d1b1;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.25)
}

.form-control::placeholder {
    color: #e9ecef;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: rgba(255, 255, 255, 0.4);
    opacity: 1
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
    appearance: none
}

select.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(0.25rem + 2px);
    padding-bottom: calc(0.25rem + 2px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 2px);
    padding-bottom: calc(0.5rem + 2px);
    font-size: .875rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(0.125rem + 2px);
    padding-bottom: calc(0.125rem + 2px);
    font-size: .75rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .25rem 0;
    margin-bottom: 0;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: transparent;
    border: solid transparent;
    border-width: 2px 0
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.5em + 0.25rem + 4px);
    padding: .125rem .25rem;
    font-size: .75rem;
    line-height: 1.5;
    border-radius: .1875rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 4px);
    padding: .5rem 1rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .5rem
}

select.form-control[size],
select.form-control[multiple] {
    height: auto
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: .5rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .75rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: .3125rem
}

.form-row>.col>.valid-tooltip,
.form-row>[class*=col-]>.valid-tooltip {
    left: 5px
}

.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip,
.is-valid~.valid-feedback,
.is-valid~.valid-tooltip {
    display: block
}

.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #28a745;
    padding-right: calc(1.5em + 0.5rem) !important;
    background-image: url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'width='8'height='8'viewBox='0088'%3e%3cpathfill='%2328a745'd='M2.36.73L.64.53c-.4-1.04.46-1.41.1-.8l1.11.43.4-3.8c.6-.631.6-.271.2.7l-44.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.125rem) center;
    background-size: calc(0.75em + 0.25rem) calc(0.75em + 0.25rem)
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

.was-validated select.form-control:valid,
select.form-control.is-valid {
    padding-right: 2rem !important;
    background-position: right 1rem center
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.5rem);
    background-position: top calc(0.375em + 0.125rem) right calc(0.375em + 0.125rem)
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #28a745;
    padding-right: calc(0.75em + 1.875rem) !important;
    background: url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'width='4'height='5'viewBox='0045'%3e%3cpathfill='%23343a40'd='M20L02h4zm05L03h4z'/%3e%3c/svg%3e") right .5rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'width='8'height='8'viewBox='0088'%3e%3cpathfill='%2328a745'd='M2.36.73L.64.53c-.4-1.04.46-1.41.1-.8l1.11.43.4-3.8c.6-.631.6-.271.2.7l-44.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.5rem/calc(0.75em + 0.25rem) calc(0.75em + 0.25rem) no-repeat
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
    color: #28a745
}

.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip,
.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip {
    display: block
}

.was-validated .custom-control-input:valid~.custom-control-label,
.custom-control-input.is-valid~.custom-control-label {
    color: #28a745
}

.was-validated .custom-control-input:valid~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label::before {
    border-color: #28a745
}

.was-validated .custom-control-input:valid:checked~.custom-control-label::before,
.custom-control-input.is-valid:checked~.custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57
}

.was-validated .custom-control-input:valid:focus~.custom-control-label::before,
.custom-control-input.is-valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before {
    border-color: #28a745
}

.was-validated .custom-file-input:valid~.custom-file-label,
.custom-file-input.is-valid~.custom-file-label {
    border-color: #28a745
}

.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #e0162a
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .75rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(224, 22, 42, 0.9);
    border-radius: .3125rem
}

.form-row>.col>.invalid-tooltip,
.form-row>[class*=col-]>.invalid-tooltip {
    left: 5px
}

.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip,
.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #e0162a;
    padding-right: calc(1.5em + 0.5rem) !important;
    background-image: url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'width='12'height='12'fill='none'stroke='%23e0162a'viewBox='001212'%3e%3ccirclecx='6'cy='6'r='4.5'/%3e%3cpathstroke-linejoin='round'd='M5.83.6h.4L66.5z'/%3e%3ccirclecx='6'cy='8.2'r='.6'fill='%23e0162a'stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.125rem) center;
    background-size: calc(0.75em + 0.25rem) calc(0.75em + 0.25rem)
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    border-color: #e0162a;
    box-shadow: 0 0 0 .2rem rgba(224, 22, 42, 0.25)
}

.was-validated select.form-control:invalid,
select.form-control.is-invalid {
    padding-right: 2rem !important;
    background-position: right 1rem center
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.5rem);
    background-position: top calc(0.375em + 0.125rem) right calc(0.375em + 0.125rem)
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #e0162a;
    padding-right: calc(0.75em + 1.875rem) !important;
    background: url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'width='4'height='5'viewBox='0045'%3e%3cpathfill='%23343a40'd='M20L02h4zm05L03h4z'/%3e%3c/svg%3e") right .5rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'width='12'height='12'fill='none'stroke='%23e0162a'viewBox='001212'%3e%3ccirclecx='6'cy='6'r='4.5'/%3e%3cpathstroke-linejoin='round'd='M5.83.6h.4L66.5z'/%3e%3ccirclecx='6'cy='8.2'r='.6'fill='%23e0162a'stroke='none'/%3e%3c/svg%3e") center right 1.5rem/calc(0.75em + 0.25rem) calc(0.75em + 0.25rem) no-repeat
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    border-color: #e0162a;
    box-shadow: 0 0 0 .2rem rgba(224, 22, 42, 0.25)
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
    color: #e0162a
}

.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip,
.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .custom-control-input:invalid~.custom-control-label,
.custom-control-input.is-invalid~.custom-control-label {
    color: #e0162a
}

.was-validated .custom-control-input:invalid~.custom-control-label::before,
.custom-control-input.is-invalid~.custom-control-label::before {
    border-color: #e0162a
}

.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,
.custom-control-input.is-invalid:checked~.custom-control-label::before {
    border-color: #ec3d4e;
    background-color: #ec3d4e
}

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,
.custom-control-input.is-invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(224, 22, 42, 0.25)
}

.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before {
    border-color: #e0162a
}

.was-validated .custom-file-input:invalid~.custom-file-label,
.custom-file-input.is-invalid~.custom-file-label {
    border-color: #e0162a
}

.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
    border-color: #e0162a;
    box-shadow: 0 0 0 .2rem rgba(224, 22, 42, 0.25)
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media(min-width:576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .input-group,
    .form-inline .custom-select {
        width: auto
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.otcmp-container {
    color: #000;
    font-size: 12px;
    line-height: normal
}

.otcmp-container p {
    margin-bottom: .5rem
}

.otcmp-container .hide,
.otcmp-container .ot-hide {
    display: none !important
}

.otcmp-container .ot-scrn-rdr {
    display: none
}

.otcmp-container button {
    font-size: inherit;
    font-family: inherit
}

.otcmp-container button:not(:disabled) {
    cursor: pointer
}

.otcmp-container button.ot-link-btn {
    padding: 0;
    border: 0;
    background: transparent;
    color: #312115;
    text-decoration: underline
}

.otcmp-container button.ot-link-btn:hover {
    color: #638331;
    text-decoration: none
}

.otcmp-container button.ot-link-btn.ot-pgph-link {
    display: none
}

.otcmp-container .btn-light {
    background: #e6ebde
}

.otcmp-container .btn-light:hover {
    background: #dde4d1
}

.otcmp-container *:focus {
    outline: 0
}

#onetrust-consent-sdk .ot-hide {
    display: none !important
}

.ot-fade-in {
    animation-name: onetrust-fade-in;
    animation-duration: 200ms;
    animation-timing-function: ease-in-out
}

.onetrust-pc-dark-filter {
    background: rgba(0, 0, 0, 0.5);
    z-index: 2147483645;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

@supports(-webkit-backdrop-filter:blur(3px)) {
    .otcmp-type-wall .onetrust-pc-dark-filter {
        -webkit-backdrop-filter: blur(3px)
    }
}

@supports(backdrop-filter:blur(3px)) {
    .otcmp-type-wall .onetrust-pc-dark-filter {
        backdrop-filter: blur(3px)
    }
}

.otcmp-wall {
    z-index: 2147483646;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: .5rem
}

.otcmp-wall .ot-sdk-container {
    position: relative;
    display: flex;
    margin: 0 auto;
    padding: .5rem;
    min-width: 250px;
    max-width: 600px;
    max-height: 100%;
    border: 0;
    border-radius: .5rem;
    background-color: #638331;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 15px 0 5px 15px rgba(0, 0, 0, 0.3)
}

.otcmp-wall .ot-sdk-container .ot-sdk-row {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: .5rem;
    width: 100%;
    border-radius: .25rem;
    background-color: #d3dcc4;
    background-image: linear-gradient(to bottom, #d3dcc4, #fff)
}

.otcmp-wall .ot-sdk-container .btn-container {
    display: flex;
    flex-direction: column-reverse
}

.otcmp-wall .ot-sdk-container .btn-container .btn {
    width: 100%
}

.otcmp-wall .ot-sdk-container .banner-actions-container {
    padding-top: .5rem
}

.otcmp-wall .ot-sdk-container .banner-actions-container.banner-actions-container-v2 {
    display: flex;
    gap: .5rem;
    flex-wrap: wrap
}

.otcmp-wall .ot-sdk-container .banner-actions-container.banner-actions-container-v2 .btn-lg .icon {
    margin-bottom: -1px
}

.otcmp-wall .ot-sdk-container .banner-actions-container.banner-actions-container-v2 .btn-reject-all {
    order: 2;
    width: calc(50% - 0.25rem)
}

.otcmp-wall .ot-sdk-container .banner-actions-container.banner-actions-container-v2 .btn-reject-all .icon {
    margin-left: -4px
}

.otcmp-wall .ot-sdk-container .banner-actions-container.banner-actions-container-v2 .btn-accept {
    order: 3;
    width: calc(50% - 0.25rem)
}

.otcmp-wall .ot-sdk-container .banner-actions-container.banner-actions-container-v2 .btn-accept .icon {
    margin-left: -2px
}

.otcmp-wall .ot-sdk-container .banner-actions-container.banner-actions-container-v2 .btn-settings {
    order: 1;
    flex: 0 0 100%
}

.otcmp-wall .otcmp-policy .title {
    font-size: 16px;
    text-align: center;
    color: #05531f;
    margin-bottom: .5rem
}

.otcmp-wall .otcmp-wall-content {
    overflow: auto
}

.otcmp-wall .otcmp-wall-content:before {
    display: block;
    content: "";
    height: 100px;
    background: #fff url("https://ccf.admeen.org/53/fp/fca4f8e57f9b39e593a26358e8763241/images/content/cmp-popup-header-mobile.png") center center no-repeat;
    background-size: cover;
    margin-bottom: .5rem;
    border-radius: .25rem
}

@media(-webkit-min-device-pixel-ratio:1.3), (min--moz-device-pixel-ratio:1.3), (-o-min-device-pixel-ratio:2.6/2), (min-device-pixel-ratio:1.3), (min-resolution:124.8dpi), (min-resolution:1.3dppx) {
    .otcmp-wall .otcmp-wall-content:before {
        background-image: url("https://ccf.admeen.org/53/fp/fca4f8e57f9b39e593a26358e8763241/images/2x/content/cmp-popup-header-mobile.png")
    }
}

.otcmp-wall .ot-dpd-container {
    border-top: solid 1px rgba(0, 0, 0, 0.08);
    margin-bottom: .5rem;
    padding-top: .5rem
}

.otcmp-wall .ot-dpd-container .ot-dpd-title {
    font-size: 12px;
    font-weight: bold
}

.otcmp-wall .ot-dpd-container .ot-dpd-content.show {
    margin-top: .5rem
}

.otcmp-wall .otcmp-wall-bottom {
    text-align: center;
    margin-top: .5rem
}

.otcmp-wall .otcmp-policy button.ot-link-btn,
.otcmp-wall .otcmp-policy a {
    color: #000;
    text-decoration: underline
}

.otcmp-wall .otcmp-policy button.ot-link-btn:hover,
.otcmp-wall .otcmp-policy a:hover {
    color: #638331;
    text-decoration: none
}

.otcmp-modal {
    z-index: 2147483647;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: .5rem
}

.otcmp-modal .ot-pc-sdk-wrapper {
    position: relative;
    display: flex;
    margin: 0 auto;
    padding: 40px .5rem .5rem;
    min-width: 250px;
    max-width: 600px;
    max-height: 100%;
    border: 0;
    border-radius: .5rem;
    background-color: #638331;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 15px 0 5px 15px rgba(0, 0, 0, 0.3)
}

.otcmp-type-wall .otcmp-modal .ot-pc-sdk-wrapper {
    width: 100%
}

.otcmp-modal .btn-close {
    position: absolute;
    top: 8px;
    right: 9px;
    width: 22px;
    height: 22px;
    text-align: center
}

.otcmp-modal .btn-close:after {
    content: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2025%2032%22%20aria-hidden%3D%22true%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M23.179%2023.607c0%20.446-.179.893-.5%201.214L20.25%2027.25c-.321.321-.768.5-1.214.5s-.893-.179-1.214-.5L12.572%2022l-5.25%205.25c-.321.321-.768.5-1.214.5s-.893-.179-1.214-.5l-2.429-2.429c-.321-.321-.5-.768-.5-1.214s.179-.893.5-1.214l5.25-5.25-5.25-5.25c-.321-.321-.5-.768-.5-1.214s.179-.893.5-1.214l2.429-2.429c.321-.321.768-.5%201.214-.5s.893.179%201.214.5l5.25%205.25%205.25-5.25c.321-.321.768-.5%201.214-.5s.893.179%201.214.5l2.429%202.429c.321.321.5.768.5%201.214s-.179.893-.5%201.214l-5.25%205.25%205.25%205.25c.321.321.5.768.5%201.214z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    display: inline-block;
    width: 12.5px;
    height: 16px
}

.otcmp-modal .btn-close:hover:after {
    content: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2025%2032%22%20aria-hidden%3D%22true%22%3E%3Cpath%20d%3D%22M23.179%2023.607c0%20.446-.179.893-.5%201.214L20.25%2027.25c-.321.321-.768.5-1.214.5s-.893-.179-1.214-.5L12.572%2022l-5.25%205.25c-.321.321-.768.5-1.214.5s-.893-.179-1.214-.5l-2.429-2.429c-.321-.321-.5-.768-.5-1.214s.179-.893.5-1.214l5.25-5.25-5.25-5.25c-.321-.321-.5-.768-.5-1.214s.179-.893.5-1.214l2.429-2.429c.321-.321.768-.5%201.214-.5s.893.179%201.214.5l5.25%205.25%205.25-5.25c.321-.321.768-.5%201.214-.5s.893.179%201.214.5l2.429%202.429c.321.321.5.768.5%201.214s-.179.893-.5%201.214l-5.25%205.25%205.25%205.25c.321.321.5.768.5%201.214z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")
}

.otcmp-modal .otcmp-popup-content {
    display: flex;
    flex-direction: column;
    padding: .5rem;
    width: 100%;
    border-radius: .25rem;
    background-color: #d3dcc4;
    background-image: linear-gradient(to bottom, #d3dcc4, #fff)
}

.otcmp-modal .otcmp-popup-content[style*=display][style*=block] {
    display: flex !important
}

.otcmp-modal .otcmp-popup-content .pc-logo-container {
    display: none
}

.otcmp-modal .otcmp-popup-vendors {
    padding-top: calc(34px + 0.5rem)
}

.otcmp-modal .otcmp-popup-vendors .otcmp-popup-title {
    display: flex;
    align-items: center
}

.otcmp-modal .otcmp-popup-vendors .otcmp-popup-vendors-list {
    overflow: auto;
    margin-bottom: .5rem
}

.otcmp-modal .otcmp-popup-title {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 1rem;
    padding: 0 .5rem;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 30px)
}

.otcmp-modal .otcmp-popup-policy-text {
    order: 1;
    flex: 0 0 auto
}

.otcmp-type-banner .otcmp-modal .otcmp-popup-policy-text:before {
    display: block;
    content: "";
    height: 100px;
    background: #fff url("https://ccf.admeen.org/53/fp/fca4f8e57f9b39e593a26358e8763241/images/content/sncmp-popup-header.png") center center no-repeat;
    background-size: cover;
    margin-bottom: .5rem;
    border-radius: .25rem
}

@media(-webkit-min-device-pixel-ratio:1.3), (min--moz-device-pixel-ratio:1.3), (-o-min-device-pixel-ratio:2.6/2), (min-device-pixel-ratio:1.3), (min-resolution:124.8dpi), (min-resolution:1.3dppx) {
    .otcmp-type-banner .otcmp-modal .otcmp-popup-policy-text:before {
        background-image: url("https://ccf.admeen.org/53/fp/fca4f8e57f9b39e593a26358e8763241/images/2x/content/sncmp-popup-header.png")
    }
}

.otcmp-modal .otcmp-popup-cookie-prefs {
    order: 2;
    margin: .5rem 0;
    border-top: solid 1px #d3dcc4;
    padding-top: .5rem;
    overflow: auto
}

.otcmp-modal .otcmp-popup-cookie-prefs .title {
    font-size: 16px;
    text-align: center;
    color: #05531f;
    margin-bottom: .5rem
}

.otcmp-modal .otcmp-popup-footer {
    order: 3;
    flex: 0 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap-reverse
}

.otcmp-modal .otcmp-popup-footer.otcmp-popup-footer-v2 {
    flex-wrap: nowrap;
    gap: .5rem
}

.otcmp-modal .otcmp-popup-footer.otcmp-popup-footer-v2 .btn-lg {
    padding: .5rem
}

.otcmp-modal .otcmp-popup-footer.otcmp-popup-footer-v2 .btn-lg .icon {
    margin-bottom: -1px
}

.otcmp-modal .otcmp-popup-footer.otcmp-popup-footer-v2 .btn-primary {
    flex: 1 1 20%
}

.otcmp-modal .otcmp-popup-footer.otcmp-popup-footer-v2 .btn-reject-all {
    order: 2
}

.otcmp-modal .otcmp-popup-footer.otcmp-popup-footer-v2 .btn-reject-all.ot-pc-refuse-all-handler {
    margin-right: 0
}

.otcmp-modal .otcmp-popup-footer.otcmp-popup-footer-v2 .btn-reject-all .icon {
    margin-left: -4px
}

.otcmp-modal .otcmp-popup-footer.otcmp-popup-footer-v2 .btn-agree {
    order: 3
}

.otcmp-modal .otcmp-popup-footer.otcmp-popup-footer-v2 .btn-agree .icon {
    margin-left: -2px
}

.otcmp-modal .otcmp-popup-footer.otcmp-popup-footer-v2 .btn-save {
    margin: 0;
    order: 1
}

.otcmp-modal .otcmp-popup-footer.otcmp-popup-footer-v2 .btn-save.save-preference-btn-handler {
    min-width: 0;
    margin-left: 0
}

.otcmp-modal .otcmp-popup-footer .btn-light {
    flex: 1 1 auto;
    margin-bottom: .5rem
}

.otcmp-modal .otcmp-popup-footer .btn-primary {
    flex: 0 0 100%;
    display: inline-block !important
}

.otcmp-modal .otcmp-popup-footer.ot-sdk-row .ot-pc-refuse-all-handler {
    margin-right: .25rem
}

.otcmp-modal .otcmp-popup-footer.ot-sdk-row .save-preference-btn-handler {
    margin-left: .25rem;
    min-width: calc(50% - 0.25rem)
}

.otcmp-modal .otcmp-popup-footer.save-preference-btn-container {
    flex-wrap: wrap
}

.otcmp-modal label .label-text {
    display: none
}

.otcmp-modal .cookie-subgroups-container {
    border-top: dashed 1px rgba(0, 0, 0, 0.08);
    margin: 0 0 .5rem 20px;
    padding: .5rem .5rem 0 0
}

.otcmp-modal .cookie-subgroups-container>ul {
    margin: 0;
    padding: 0
}

.otcmp-modal .cookie-subgroup {
    list-style: none outside;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.otcmp-modal .cookie-subgroup>h6 {
    font-size: 12px;
    font-weight: bold;
    color: #000;
    max-width: 80%
}

.otcmp-modal .cookie-subgroup .cookie-subgroup-toggle {
    margin-left: auto
}

.otcmp-modal .cookie-subgroup .cookie-subgroups-description-legal {
    flex-basis: 100%;
    font-size: 11px;
    margin-top: .5rem
}

.ot-accordion-layout.category-item {
    position: relative;
    border-top: solid 1px rgba(211, 220, 196, 0.6)
}

.ot-accordion-layout.category-item:first-of-type {
    border-top: 0
}

.ot-accordion-layout.category-item>input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: calc(100% - 80px);
    height: 36px;
    opacity: 0;
    margin: 0;
    top: 0;
    left: 0;
    z-index: 1
}

.ot-accordion-layout.category-item .accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .5rem 0
}

.ot-accordion-layout.category-item .accordion-header .ot-arrow {
    transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in
}

.ot-accordion-layout.category-item .accordion-header .ot-arrow path {
    fill: #043b16
}

.ot-accordion-layout.category-item .category-header {
    order: 2;
    flex: 1 1 auto;
    text-align: left;
    font-weight: normal
}

.ot-accordion-layout.category-item .ot-always-active {
    order: 3;
    color: #05531f;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    min-width: 100px;
    text-align: right
}

.ot-accordion-layout.category-item .ot-switch {
    order: 3;
    flex: 0 0 80px
}

.ot-accordion-layout.category-item .ot-arrow-container {
    order: 1;
    flex: 0 0 20px
}

.ot-accordion-layout.category-item .accordion-text {
    margin-left: .5rem
}

.ot-accordion-layout.category-item .ot-pur-vdr-count {
    display: block;
    font-size: .75em;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.4)
}

.ot-accordion-layout.category-item .ot-pur-vdr-count:hover {
    text-decoration: none
}

.ot-accordion-layout.category-item input[type=checkbox]:not(:checked)~.accordion-text {
    display: none
}

.ot-accordion-layout.category-item input[type=checkbox]:checked~.accordion-header .ot-arrow {
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg)
}

.ot-accordion-layout.category-item input[type=checkbox]:hover~.accordion-header .category-header {
    text-decoration: underline;
    color: #638331
}

.ot-accordion-layout.category-item input[type=checkbox]:hover~.accordion-header .category-header .ot-pur-vdr-count {
    text-decoration: none;
    color: rgba(99, 131, 49, 0.4)
}

.ot-accordion-layout.category-item input[type=checkbox]:hover~.accordion-header .ot-arrow path {
    fill: #638331
}

.ot-accordion-layout.category-item .ot-accordion-group-pc-container {
    padding: .5rem;
    background-color: #d3dcc4;
    border-radius: .25rem;
    margin-bottom: .25rem;
    font-size: 12px
}

.ot-accordion-layout .category-vendors-list-container {
    padding: 0 .5rem .5rem;
    font-size: 11px
}

.ot-accordion-layout .category-vendors-list-container a {
    color: #312115;
    text-decoration: underline
}

.ot-accordion-layout .category-vendors-list-container a:hover {
    color: #638331;
    text-decoration: none
}

.ot-accordion-layout .category-vendors-list-container a[target=_blank] {
    font-size: smaller;
    text-decoration: none
}

.ot-accordion-layout .category-vendors-list-container a[target=_blank]:hover {
    text-decoration: underline
}

.ot-switch {
    text-align: right
}

.ot-switch.ot-hide-tgl {
    display: none
}

.ot-switch .switch-checkbox {
    opacity: 0;
    margin: 0;
    width: 0;
    display: block;
    position: absolute
}

.ot-switch .switch-checkbox:checked+.ot-switch-label .ot-switch-inner {
    margin-left: 0
}

.ot-switch .switch-checkbox:checked+.ot-switch-label .ot-switch-nob {
    right: 4px;
    background: #fff;
    left: auto
}

.ot-switch .ot-switch-label {
    position: relative;
    display: inline-block;
    z-index: 1;
    width: 45px;
    height: 24px;
    margin: 0 0 -4px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 20px;
    background: #d3dcc4
}

.ot-switch .ot-switch-label .ot-switch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin .1s ease-in;
    -moz-transition: margin .1s ease-in;
    -o-transition: margin .1s ease-in;
    -webkit-transition: margin .1s ease-in
}

.ot-switch .ot-switch-label .ot-switch-inner:before {
    content: "";
    display: block;
    width: 50%;
    height: 24px;
    background: #28a745
}

.ot-switch .ot-switch-label .ot-switch-nob {
    display: block;
    position: absolute;
    border-radius: 20px;
    background: #fff;
    bottom: auto;
    border: 0;
    top: 50%;
    margin: -9px 0 0;
    width: 18px;
    height: 18px;
    right: auto;
    left: 4px;
    transition: all .2s ease-in 0;
    -moz-transition: all .2s ease-in 0;
    -o-transition: all .2s ease-in 0;
    -webkit-transition: all .2s ease-in 0
}

.otcmp-popup-vendors .otcmp-popup-title {
    max-width: calc(100% - 30px)
}

.otcmp-popup-vendors .otcmp-popup-title h3 {
    display: inline;
    font-size: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.otcmp-popup-vendors .back-btn-handler {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    line-height: 20px;
    margin-right: .5rem;
    padding-right: .5rem;
    border-right: solid 1px rgba(255, 255, 255, 0.2)
}

.otcmp-popup-vendors .back-btn-handler.ot-link-btn {
    color: #fff;
    text-decoration: none;
    padding-right: .5rem;
    border-right: solid 1px rgba(255, 255, 255, 0.2)
}

.otcmp-popup-vendors .back-btn-handler.ot-link-btn:hover {
    color: #d3dcc4
}

.otcmp-popup-vendors .back-btn-handler .icon {
    margin-right: .5rem;
    height: .75rem;
    vertical-align: middle;
    margin-top: -1px
}

.otcmp-popup-vendors .back-btn-handler .icon path {
    fill: #fff
}

.otcmp-popup-vendors .back-btn-handler:hover {
    color: #d3dcc4
}

.otcmp-popup-vendors .back-btn-handler:hover .icon path {
    fill: #d3dcc4
}

.otcmp-popup-vendors .pc-back-button-text {
    display: inline;
    padding: 0;
    margin: 0
}

.otcmp-popup-vendors .otcmp-search-container {
    display: none
}

.vendor-item .ot-leg-btn-container {
    margin-top: .5rem
}

.ot-leg-btn-container button {
    color: #000;
    background: #dde4d1;
    border: solid 1px #d1dac1;
    border-radius: 3px;
    font-size: 11px;
    padding: 3px 5px
}

.ot-leg-btn-container button:hover {
    background: #d1dac1;
    border-color: #c9d4b7;
    cursor: pointer
}

.ot-leg-btn-container button svg path {
    fill: #000
}

.ot-leg-btn-container button.ot-active-leg-btn {
    opacity: .4
}

.ot-leg-btn-container button.ot-remove-objection-handler {
    color: #fff !important;
    background: #c41325;
    border: solid 1px #b21121
}

.ot-leg-btn-container button.ot-remove-objection-handler svg path {
    fill: #fff
}

.ot-leg-btn-container button.ot-remove-objection-handler:hover {
    background: #b21121;
    border-color: #960f1c
}

.otcmp-vendors-select-all {
    display: flex !important;
    justify-content: flex-end;
    position: absolute;
    top: 40px;
    left: .5rem;
    right: .5rem;
    z-index: 1;
    height: 34px;
    text-align: right;
    padding: 0 .5rem;
    background: #d3dcc4;
    border-bottom: solid 1px #ccd6ba;
    border-radius: .25rem .25rem 0 0
}

.otcmp-vendors-select-all .ot-checkbox {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.otcmp-vendors-select-all .otcmp-vendors-select-all-text p {
    margin: 0;
    font-size: 11px
}

.otcmp-vendors-select-all .leg-int-sel-all-hdr span {
    font-size: 11px
}

.otcmp-vendors-select-all .otcmp-vendors-select-all-checkbox {
    margin-left: .5rem
}

.otcmp-vendors-select-all .otcmp-vendors-select-all-checkbox>input[type=checkbox]:checked~label:before {
    background: 0
}

.otcmp-vendors-list {
    list-style: none outside;
    margin: 0;
    padding: 0
}

.otcmp-vendors-list>li {
    position: relative;
    padding: .5rem 0;
    border-top: solid 1px #d3dcc4
}

.otcmp-vendors-list>li:first-child {
    border: 0
}

.otcmp-vendors-list>li>input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 50px;
    opacity: 0;
    margin: 0;
    top: 0;
    left: 0;
    z-index: 1
}

.otcmp-vendors-list>li>input[type=checkbox]:not(:checked)~.accordion-text {
    display: none
}

.otcmp-vendors-list>li>input[type=checkbox]:checked~.accordion-text {
    display: block
}

.otcmp-vendors-list>li>input[type=checkbox]:checked~.accordion-header svg {
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg)
}

.otcmp-vendors-list>li>input[type=checkbox]:hover~.accordion-header .vendor-title {
    text-decoration: underline
}

.otcmp-vendors-list>li>input[type=checkbox]:hover~.accordion-header .ot-arrow-container svg path {
    fill: #638331
}

.otcmp-vendors-list .accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.otcmp-vendors-list .accordion-header .vendor-info {
    flex: 1 1 auto
}

.otcmp-vendors-list .accordion-header .vendor-info .vendor-title {
    font-weight: bold
}

.otcmp-vendors-list .accordion-header .vendor-info .vendor-privacy-notice,
.otcmp-vendors-list .accordion-header .vendor-info .vendor-legclaim-link {
    position: relative;
    z-index: 2;
    text-decoration: none;
    font-size: 11px;
    color: #638331
}

.otcmp-vendors-list .accordion-header .vendor-info .vendor-privacy-notice:hover,
.otcmp-vendors-list .accordion-header .vendor-info .vendor-legclaim-link:hover {
    text-decoration: underline
}

.otcmp-vendors-list .accordion-header .vendor-purposes {
    padding: 0 .5rem;
    text-align: right;
    white-space: nowrap;
    font-size: 11px
}

.otcmp-vendors-list .accordion-header .ot-toggle-group {
    flex: 0 0 40px;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.otcmp-vendors-list .accordion-header .ot-checkbox {
    position: relative;
    z-index: 2;
    margin-right: 5px
}

.otcmp-vendors-list .accordion-header .ot-arrow-container {
    width: 14px;
    text-align: right
}

.otcmp-vendors-list .ot-arrow-container svg {
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
    transition: all .25s ease-in;
    height: 10px;
    width: 10px;
    margin-top: -3px
}

.otcmp-vendors-list .ot-arrow-container svg path {
    fill: #043b16
}

.otcmp-vendors-list .accordion-text {
    margin-top: .5rem
}

.otcmp-vendors-list .vendor-options {
    padding: .5rem;
    background-color: #d3dcc4;
    border-radius: .25rem;
    font-size: 12px
}

.otcmp-vendors-list .vendor-purpose-groups p {
    margin-bottom: 0;
    padding: 3px 0
}

.otcmp-vendors-list .vendor-purpose-groups .vendor-option-purpose {
    border-bottom: solid 1px rgba(0, 0, 0, 0.05)
}

.otcmp-vendors-list .vendor-purpose-groups .vendor-option-purpose:first-of-type {
    border-top: 0
}

.otcmp-vendors-list .vendor-purpose-groups .vendor-option-purpose p {
    font-weight: 700
}

.otcmp-vendors-list .vendor-purpose-groups .vendor-consent-group {
    margin: 0 0 0 .5rem
}

.otcmp-vendors-list .vendor-purpose-groups .vendor-consent-group.legitimate-interest-group {
    display: flex;
    justify-content: flex-start;
    align-items: baseline
}

.otcmp-vendors-list .vendor-purpose-groups .vendor-opt-out-handler {
    font-size: 10px;
    color: #05531f;
    text-decoration: none;
    white-space: nowrap;
    margin-left: .5rem
}

.otcmp-vendors-list .vendor-purpose-groups .vendor-opt-out-handler svg {
    width: 12px;
    height: 12px;
    margin-top: -2px
}

.otcmp-vendors-list .vendor-purpose-groups .vendor-opt-out-handler svg path {
    fill: #05531f
}

.otcmp-vendors-list .vendor-purpose-groups .vendor-opt-out-handler:hover {
    text-decoration: underline
}

.otcmp-vendors-list .ot-checkbox,
.otcmp-vendors-select-all-checkbox {
    width: 18px;
    height: 18px;
    overflow: hidden
}

.otcmp-vendors-list .ot-checkbox label,
.otcmp-vendors-select-all-checkbox label {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    padding-left: 18px;
    cursor: pointer;
    font-weight: normal
}

.otcmp-vendors-list .ot-checkbox label:before,
.otcmp-vendors-list .ot-checkbox label:after,
.otcmp-vendors-select-all-checkbox label:before,
.otcmp-vendors-select-all-checkbox label:after {
    position: absolute;
    content: "";
    display: block;
    border-radius: 3px
}

.otcmp-vendors-list .ot-checkbox label:before,
.otcmp-vendors-select-all-checkbox label:before {
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    background-color: rgba(255, 255, 255, 0.4);
    border: 1px solid transparent
}

.otcmp-vendors-list .ot-checkbox label:after,
.otcmp-vendors-select-all-checkbox label:after {
    top: 5px;
    left: 3px;
    width: 12px;
    height: 7px;
    border-left: 3px solid;
    border-bottom: 3px solid;
    color: #28a745;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.otcmp-vendors-list .ot-checkbox input[type=checkbox],
.otcmp-vendors-select-all-checkbox input[type=checkbox] {
    cursor: pointer;
    opacity: 0;
    margin: 0;
    position: absolute
}

.otcmp-vendors-list .ot-checkbox input[type=checkbox]:checked,
.otcmp-vendors-select-all-checkbox input[type=checkbox]:checked {
    pointer-events: initial
}

.otcmp-vendors-list .ot-checkbox input[type=checkbox]:not(:checked),
.otcmp-vendors-select-all-checkbox input[type=checkbox]:not(:checked) {
    pointer-events: initial
}

.otcmp-vendors-list .ot-checkbox input[type=checkbox]:not(:checked)~label:before,
.otcmp-vendors-select-all-checkbox input[type=checkbox]:not(:checked)~label:before {
    border-color: #e0162a;
    background-color: rgba(224, 22, 42, 0.1)
}

.otcmp-vendors-list .ot-checkbox input[type=checkbox]:not(:checked)~label:after,
.otcmp-vendors-select-all-checkbox input[type=checkbox]:not(:checked)~label:after {
    display: none
}

.otcmp-vendors-select-all-checkbox.line-through label:after {
    top: 8px;
    left: 4px;
    width: 9px;
    height: auto;
    border-left: 0;
    transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none
}

.ot-floating-button {
    display: none !important
}

@media only screen and (min-width:576px) {
    .otcmp-wall .ot-sdk-container .btn-container {
        flex-direction: row-reverse;
        justify-content: flex-end;
        align-items: center;
        grid-gap: .5rem
    }

    .otcmp-wall .ot-sdk-container .banner-actions-container {
        flex: 1 1 auto;
        padding-top: 0
    }

    .otcmp-wall .ot-sdk-container .banner-actions-container.banner-actions-container-v2 {
        flex-wrap: nowrap
    }

    .otcmp-wall .ot-sdk-container .banner-actions-container.banner-actions-container-v2 .btn-primary {
        flex: 1 1 100%
    }

    .otcmp-wall .ot-sdk-container .banner-actions-container.banner-actions-container-v2 .btn-reject-all {
        order: 2
    }

    .otcmp-wall .ot-sdk-container .banner-actions-container.banner-actions-container-v2 .btn-settings {
        order: 1;
        flex: 1 1 44%
    }

    .otcmp-wall .ot-sdk-container .settings-link-container {
        flex: 0 0 auto
    }

    .otcmp-modal .otcmp-popup-footer {
        justify-content: space-between;
        flex-wrap: nowrap
    }

    .otcmp-modal .otcmp-popup-footer .btn-light {
        flex: 0 0 auto;
        margin: 0
    }

    .otcmp-modal .otcmp-popup-footer .btn-primary {
        flex: 0 0 auto
    }

    .otcmp-modal .otcmp-popup-footer.ot-sdk-row .btn-light {
        order: 1;
        min-width: 120px;
        margin: 0 .5rem 0 0
    }

    .otcmp-modal .otcmp-popup-footer.ot-sdk-row .btn-primary {
        flex: 1 1 auto;
        order: 2
    }

    .otcmp-modal .otcmp-popup-footer.ot-sdk-row.otcmp-popup-footer-v2 .btn-primary {
        flex: 1 1 100%
    }

    .otcmp-modal .otcmp-popup-footer.ot-sdk-row.otcmp-popup-footer-v2 .btn-reject-all {
        order: 2
    }

    .otcmp-modal .otcmp-popup-footer.ot-sdk-row.otcmp-popup-footer-v2 .btn-agree {
        order: 3
    }

    .otcmp-modal .otcmp-popup-footer.ot-sdk-row.otcmp-popup-footer-v2 .btn-save {
        order: 1;
        margin-right: 0;
        flex: 1 1 44%
    }
}

@media only screen and (min-width:768px) {
    .otcmp-container p {
        margin-bottom: .5rem
    }

    .otcmp-wall {
        margin-top: 5vh
    }

    .otcmp-wall .otcmp-wall-content:before {
        height: 105px;
        background-image: url("https://ccf.admeen.org/53/fp/fca4f8e57f9b39e593a26358e8763241/images/content/cmp-popup-header.png")
    }
}

@media only screen and (min-width:768px) and (-webkit-min-device-pixel-ratio:1.3),
only screen and (min-width:768px) and (min--moz-device-pixel-ratio:1.3),
only screen and (min-width:768px) and (-o-min-device-pixel-ratio:2.6/2),
only screen and (min-width:768px) and (min-device-pixel-ratio:1.3),
only screen and (min-width:768px) and (min-resolution:124.8dpi),
only screen and (min-width:768px) and (min-resolution:1.3dppx) {
    .otcmp-wall .otcmp-wall-content:before {
        background-image: url("https://ccf.admeen.org/53/fp/fca4f8e57f9b39e593a26358e8763241/images/2x/content/cmp-popup-header.png")
    }
}

@media only screen and (min-width:768px) {
    .otcmp-wall .otcmp-policy .title {
        text-align: left
    }
}

@media only screen and (min-width:768px) {
    .otcmp-wall .settings-link-container .btn {
        min-width: 120px
    }
}

@media only screen and (min-width:768px) {
    .otcmp-modal {
        padding: 0;
        margin-top: 5vh
    }

    .otcmp-modal .otcmp-popup-content {
        max-height: 80vh
    }

    .otcmp-type-banner .otcmp-modal .otcmp-popup-policy-text:before {
        height: 150px
    }
}

@media only screen and (min-width:768px) {
    .ot-accordion-layout.category-item .accordion-header {
        padding: .5rem
    }
}

@media only screen and (min-width:768px) {
    .otcmp-vendors-list>li {
        padding: .5rem
    }

    .otcmp-vendors-list .accordion-header .ot-toggle-group {
        flex: 0 0 80px
    }

    .otcmp-vendors-list .accordion-header .ot-checkbox {
        margin-right: .5rem
    }
}

@media only screen and (min-width:992px) {
    .otcmp-container {
        font-size: 14px;
        line-height: normal
    }

    .otcmp-wall .ot-dpd-container .ot-dpd-title {
        font-size: 14px
    }

    .ot-dpd-container {
        margin-bottom: 0
    }
}

@keyframes onetrust-fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes slide-down-custom {
    0% {
        bottom: 600px !important
    }

    100% {
        bottom: 0
    }
}

@-webkit-keyframes slide-down-custom {
    0% {
        bottom: 600px !important
    }

    100% {
        bottom: 0
    }
}

@-moz-keyframes slide-down-custom {
    0% {
        bottom: 600px !important
    }

    100% {
        bottom: 0
    }
}

.iab-tcf2-bpc #onetrust-pc-sdk {
    display: none !important
}

.ot-obj-leg-btn-handler>svg {
    overflow: hidden;
    fill: currentColor;
    width: .75rem;
    height: .75rem;
    vertical-align: text-bottom
}

body {
    display: flex;
    flex-direction: column;
    padding-top: 60px
}

body.has-dialog {
    overflow: hidden
}

body.is-frozen {
    overflow: hidden
}

.ctnr {
    max-width: 1440px;
    margin: 0 auto
}

.dark,
.dark a,
.dark button {
    color: var(--nav-color)
}

.dark a:hover,
.dark button:hover {
    color:var(--nav-color)
}

.light,
.light a,
.light button {
    color: var(--box-font-color);
}

.light a:hover,
.light button:hover {
    color:var(--box-font-color)
}

.bg-dark {
    background: #312115
}

.bg-brown {
    background: var(--nav-bg-color)
}

.bg-brown.gradient {
    background-color: var(--nav-bg-color);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.2))
}

.bg-white {
    background: #fff
}

.bg-danger {
    background: #e0162a
}

.br {
    border-radius: .3125rem
}

.brt {
    border-radius: .3125rem .3125rem 0 0
}

.brb {
    border-radius: 0 0 .3125rem .3125rem
}

header {
    background: var(--header-bg-color) top right repeat-x;

    background-size: auto 100%;
    z-index: 500;
    background-position-x: 83%;
    top: 0;
    left: 0;
    right: 0;
    width: 100%
}

.hpto header {
    z-index: 250000000
}

.site-header {
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.logo {
    display: flex;
    flex-shrink: 0;
    align-items: center
}

.logo a {
    display: block
}

.logo img {
    width: auto;
    max-width: 50vw;
    max-height: 40px;
    height: auto
}

.seo-text {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: .6875rem;
    line-height: normal;
    padding: .25rem
}

.seo-text p {
    margin: 0
}

.searchbar {
    display: none;
    margin-left: auto
}

.menu {
    display: flex
}

.menu .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    background:  var(--header-bg-color);
    color: var(--nav-color);
    min-width: 40px;
    border-radius: 0;
    /*border-left: solid rgba(3, 40, 15, 0.6);*/
    border-width: 0 0 0 1px;
    margin-left: 0;
    padding: 0;
    outline: 0
}

.menu .btn:hover,
.menu .btn:active,
.menu .btn.btn-primary:not(:disabled):not(.disabled):active {
    background: #021e0b;
    border-color: #021e0b;
    color: #fff
}

.nav {
    min-height: 48px;
    height: 48px;
    z-index: 3;
    font-size: .75rem;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.25);
    background-color: var(--nav-bg-color);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2))
}

.nav>div {
    display: flex
}

.nav nav.navbar {
    display: flex;
    flex-wrap: wrap;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.nav nav a {
    white-space: nowrap;
    text-decoration: none
}

.nav nav a:first-of-type {
    border: 0
}

.nav nav>a,
.nav nav button {
    display: flex;
    align-items: center;
    height: 48px;
    padding: 0 .75rem;
    border-left: solid 1px #462f1e
}

.nav nav>a:hover,
.nav nav>a.active,
.nav nav button:hover,
.nav nav button.active {
    color: #ecd901
}

.nav .dropdown {
    margin-left: auto;
    order: 1
}

.nav .dropdown button {
    color: #f7dcbc;
    font-size: .75rem
}

.nav .dropdown button .icon {
    height: .75rem;
    margin: 0 0 0 .25rem
}

.nav .dropdown.active>button {
    background: #fff;
    color: #000;
    border-left-color: transparent;
    border-radius: .3125rem .3125rem 0 0;
    border-bottom: solid 1px #f0f0f0
}

.nav .icon {
    margin-right: 4px
}

main {
    flex: 1 0 auto;
    background: var(--bg-color);
    color: var(--box-font-color)
}

.mainwrap {
    display: flex;
    flex-flow: row wrap
}

.mainwrap.mw-mbs {
    padding-top: 47px
}

.mainwrap.mw-mbs .main-buttons {
    margin-top: -47px
}

.mainwrap>* {
    flex: 0 0 100%
}

.mainwrap>.content {
    width: 100%;
    max-width: 100vw;
    order: 2
}

sidebar {
    flex: 1;
    margin: .25rem 0 0
}

footer {
    flex: 0 0 auto;
    z-index: 5;
    font-size: .75rem;
    padding: .25rem .25rem .125rem;
    border-top: solid 1px #000;
    box-shadow: 0 -1px 1px 1px rgba(0, 0, 0, 0.25)
}

footer .wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-evenly;
    text-align: center;
    margin: 0 -0.25rem
}

footer .wrap>* {
    flex: 0 0 calc(50% - 0.25rem);
    order: 1
}

footer .wrap>.right {
    order: 2;
    display: flex;
    justify-content: space-between
}

footer .wrap>.right.last {
    order: 4
}

footer .wrap>.right>div {
    flex: 1 1 auto;
    margin-right: .25rem
}

footer .wrap>.right>div>a {
    display: block
}

footer .wrap>.right>div>button {
    display: block;
    width: 100%
}

footer .wrap>.right>div.lang {
    flex: 0 0 40px
}

footer .wrap>.right .btn {
    font-size: .75rem;
    color: #f7dcbc;
    height: 38px;
    line-height: 38px;
    padding: 0 12px;
    min-width: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

footer .wrap>.right .dropdown-menu {
    text-align: right
}

footer .promo {
    font-size: .6875rem
}

footer .promo .title {
    font-size: .6875rem;
    margin-bottom: .125rem;
    margin: 0 0 .25rem
}

footer .promo a:hover {
    color: #f7dcbc;
    text-decoration: none
}

footer .admeen {
    flex: 0 0 100%;
    margin: 0 auto .25rem
}

footer .admeen img {
    width: auto;
    height: 50px
}

footer .link {
    width: calc(50% - 0.125rem)
}

footer .link a {
    display: block;
    text-decoration: none;
    height: 38px;
    line-height: 38px;
    padding: 0 12px;
    background: rgba(0, 0, 0, 0.1);
    color: var(--nav-color);
    border-radius: .3125rem;
    margin-bottom: .25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

footer .copyright {
    order: 5;
    flex: 0 0 100%;
    font-size: .6875rem;
    margin-top: .25rem
}

footer .break {
    display: none
}

.flag-icon-background,
.flag-icon {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

.flag-icon {
    position: relative;
    display: inline-block;
    width: 1.3333333333em;
    line-height: 1em
}

.flag-icon:before {
    content: " "
}

.flag-icon.flag-icon-left {
    margin-right: 5px
}

.flag-icon.flag-icon-right {
    margin-left: 5px
}

.flag-icon-ar {
    background-image: url("https://ccf.admeen.org/53/fp/fca4f8e57f9b39e593a26358e8763241/images/vendor/flags/ar.svg")
}

.flag-icon-br {
    background-image: url("https://ccf.admeen.org/53/fp/fca4f8e57f9b39e593a26358e8763241/images/vendor/flags/br.svg")
}

.flag-icon-cl {
    background-image: url("https://ccf.admeen.org/53/fp/fca4f8e57f9b39e593a26358e8763241/images/vendor/flags/cl.svg")
}

.flag-icon-co {
    background-image: url("https://ccf.admeen.org/53/fp/fca4f8e57f9b39e593a26358e8763241/images/vendor/flags/co.svg")
}

.flag-icon-cz {
    background-image: url("https://ccf.admeen.org/53/fp/fca4f8e57f9b39e593a26358e8763241/images/vendor/flags/cz.svg")
}

.flag-icon-de {
    background-image: url("https://ccf.admeen.org/53/fp/fca4f8e57f9b39e593a26358e8763241/images/vendor/flags/de.svg")
}

.flag-icon-dk {
    background-image: url("https://ccf.admeen.org/53/fp/fca4f8e57f9b39e593a26358e8763241/images/vendor/flags/dk.svg")
}

.flag-icon-ec {
    background-image: url("https://ccf.admeen.org/53/fp/fca4f8e57f9b39e593a26358e8763241/images/vendor/flags/ec.svg")
}

.flag-icon-en {
    background-image: url("https://ccf.admeen.org/53/fp/fca4f8e57f9b39e593a26358e8763241/images/vendor/flags/en.svg")
}

.flag-icon-es {
    background-image: url("https://ccf.admeen.org/53/fp/fca4f8e57f9b39e593a26358e8763241/images/vendor/flags/es.svg")
}

.flag-icon-fi {
    background-image: url("https://ccf.admeen.org/53/fp/fca4f8e57f9b39e593a26358e8763241/images/vendor/flags/fi.svg")
}

.flag-icon-fr {
    background-image: url("https://ccf.admeen.org/53/fp/fca4f8e57f9b39e593a26358e8763241/images/vendor/flags/fr.svg")
}

.flag-icon-gr {
    background-image: url("https://ccf.admeen.org/53/fp/fca4f8e57f9b39e593a26358e8763241/images/vendor/flags/gr.svg")
}

.flag-icon-hu {
    background-image: url("https://ccf.admeen.org/53/fp/fca4f8e57f9b39e593a26358e8763241/images/vendor/flags/hu.svg")
}

.flag-icon-it {
    background-image: url("https://ccf.admeen.org/53/fp/fca4f8e57f9b39e593a26358e8763241/images/vendor/flags/it.svg")
}

.flag-icon-mx {
    background-image: url("https://ccf.admeen.org/53/fp/fca4f8e57f9b39e593a26358e8763241/images/vendor/flags/mx.svg")
}

.flag-icon-nl {
    background-image: url("https://ccf.admeen.org/53/fp/fca4f8e57f9b39e593a26358e8763241/images/vendor/flags/nl.svg")
}

.flag-icon-no {
    background-image: url("https://ccf.admeen.org/53/fp/fca4f8e57f9b39e593a26358e8763241/images/vendor/flags/no.svg")
}

.flag-icon-pe {
    background-image: url("https://ccf.admeen.org/53/fp/fca4f8e57f9b39e593a26358e8763241/images/vendor/flags/pe.svg")
}

.flag-icon-pl {
    background-image: url("https://ccf.admeen.org/53/fp/fca4f8e57f9b39e593a26358e8763241/images/vendor/flags/pl.svg")
}

.flag-icon-pt {
    background-image: url("https://ccf.admeen.org/53/fp/fca4f8e57f9b39e593a26358e8763241/images/vendor/flags/pt.svg")
}

.flag-icon-ro {
    background-image: url("https://ccf.admeen.org/53/fp/fca4f8e57f9b39e593a26358e8763241/images/vendor/flags/ro.svg")
}

.flag-icon-ru {
    background-image: url("https://ccf.admeen.org/53/fp/fca4f8e57f9b39e593a26358e8763241/images/vendor/flags/ru.svg")
}

.flag-icon-se {
    background-image: url("https://ccf.admeen.org/53/fp/fca4f8e57f9b39e593a26358e8763241/images/vendor/flags/se.svg")
}

.flag-icon-us {
    background-image: url("https://ccf.admeen.org/53/fp/fca4f8e57f9b39e593a26358e8763241/images/vendor/flags/us.svg")
}

.flag-icon-ve {
    background-image: url("https://ccf.admeen.org/53/fp/fca4f8e57f9b39e593a26358e8763241/images/vendor/flags/ve.svg")
}

.hr {
    padding: .25rem 0 !important;
    margin: .25rem 0 !important;
    border-bottom: solid rgba(0, 0, 0, 0.08);
    border-width: 0 0 1px 0
}

.hr.grid-full-width {
    padding: 0 !important;
    margin: 0 !important
}

.hr-top {
    padding-top: .25rem !important;
    border-top: solid 1px rgba(0, 0, 0, 0.08)
}

.hr-bottom {
    padding-bottom: .25rem !important;
    margin-bottom: .25rem !important;
    border-bottom: solid 1px rgba(0, 0, 0, 0.08)
}

.dark .hr-bottom {
    border-bottom-color: rgba(49, 33, 21, 0.6)
}

.hr-legend {
    text-align: center;
    overflow: hidden
}

.hr-legend>div {
    position: relative;
    display: inline-block;
    font-size: .75rem;
    padding: 0 .25rem
}

.hr-legend>div:before,
.hr-legend>div:after {
    content: "";
    display: block;
    width: 9999px;
    height: 0;
    position: absolute;
    top: 50%;
    border-top: solid 1px;
    border-top-color: #312115;
    border-top-color: rgba(0, 0, 0, 0.08)
}

.hr-legend>div:before {
    left: 0;
    margin-left: -9999px
}

.hr-legend>div:after {
    right: 0;
    margin-right: -9999px
}

.alert {
    margin-bottom: .25rem
}

.buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin: 0
}

.buttons .btn {
    min-width: 200px;
    margin-top: .5rem
}

.d-none {
    display: none !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

.w-100 {
    width: 100%
}

.b,
.bold {
    font-weight: 700
}

.u,
.underline {
    text-decoration: underline
}

.i,
.italic {
    font-style: italic
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-sm {
    font-size: .75rem
}

h1 {
    font-size: 1rem
}

h2,
h3 {
    font-size: .875rem
}

address {
    line-height: normal
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.grow {
    flex-grow: 1
}

.empty-text {
    font-style: italic;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center
}

.timeago {
    font-size: .6875rem;
    color: #a8ba8a
}

.last,
.row-last {
    order: 99999
}

.more .icon {
    margin-left: 5px
}

.ripple {
    position: relative;
    overflow: hidden
}

.ripple:after {
    display: none;
    content: "";
    position: absolute;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    top: 50%;
    left: 50%;
    animation: ripple 1s;
    opacity: 0
}

.ripple:focus:not(:active):after {
    display: block
}

@keyframes ripple {
    from {
        opacity: 1;
        transform: scale(0)
    }

    to {
        opacity: 0;
        transform: scale(10)
    }
}

.badge:not(.is-loading) {
    position: relative
}

.badge:not(.is-loading):before {
    position: absolute;
    content: attr(data-amount);
    text-align: center;
    top: 2px;
    right: 2px;
    min-width: 14px;
    height: 14px;
    line-height: 14px;
    border-radius: 6px;
    padding: 0 3px 0 2px;
    background: #e98b2c;
    color: #fff;
    font-weight: bold;
    font-size: 9px;
    z-index: 2
}

.content>p:last-of-type {
    margin-bottom: 0
}

.page-privacy-policy .otcmp-type-wall .otCenterRounded {
    top: 100% !important;
    height: 0;
    overflow: hidden
}

.page-privacy-policy.iab-tcf2-ppbp .otcmp-type-wall {
    background-color: red
}

.page-privacy-policy.iab-tcf2-ppbp .otcmp-type-wall .onetrust-pc-dark-filter {
    display: none !important
}

.page-search .content-search-form-container {
    padding: .5rem .5rem 0
}

.page-search .content-search-results.is-loading {
    min-height: 30vh
}

.page-search .content-search-results .alert {
    margin-left: .25rem;
    margin-right: .25rem
}

.page-search .no-results .content-search-results {
    background: #fff
}

.page-search .has-results .content-search-form-container {
    background: #d3dcc4
}

.page-search .searched-for {
    font-weight: bold
}

.search-results-form .input-group {
    display: flex;
    max-width: 500px;
    margin: 0 auto;
    overflow: hidden;
    border: solid 2px #1d7fc7;
    border-radius: .3125rem
}

.search-results-form button {
    border: 0;
    border-radius: 0;
    padding: 0 1rem;
    line-height: normal;
    white-space: nowrap
}

.search-results-form input[name=searchstring] {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: #f7f7f7
}

.search-results-form input[name=searchstring]:focus {
    background: #fff
}

.content-document h1 {
    font-size: 1.25rem
}

.content-document h1:first-of-type {
    margin-top: 0
}

.content-document h2 {
    font-size: 1.125rem
}

.content-document h1,
.content-document h2 {
    margin: 1rem 0 .25rem
}

.content-document h3,
.content-document h4 {
    margin: .25rem 0
}

.content-document p {
    margin-bottom: .5rem;
    line-height: 1.3
}

.content-document ul {
    margin-bottom: .5rem;
    padding-left: 1rem
}

.content-document .col-half {
    width: 50%
}

.content-document .col-third {
    width: 33.3333333333%
}

.content-document .col-quarter {
    width: 25%
}

.content-document .col-fifth {
    width: 20%
}

.content-document .col-sixth {
    width: 16.6666666667%
}

.content-document .col-seventh {
    width: 14.2857142857%
}

.content-document .col-eighth {
    width: 12.5%
}

.content-document ol {
    padding-left: 1.5rem
}

.content-document>ol {
    padding-left: .25rem
}

.content-document>ol>li ol>li:before {
    font-size: .875rem
}

.content-document ol {
    counter-reset: section;
    list-style-type: none
}

.content-document ol>li:before {
    display: inline-block;
    counter-increment: section;
    content: counter(section) ". ";
    font-weight: bold;
    font-size: 1.125rem
}

.content-document ol>li>h1,
.content-document ol>li>h2,
.content-document ol>li>h3,
.content-document ol>li>h4 {
    display: inline
}

.content-document .footer {
    margin: .5rem 0 0;
    padding: .5rem 0 0;
    border-top: solid 1px rgba(0, 0, 0, 0.08);
    text-align: right;
    font-size: .75rem
}

.content-video .video-wrapper {
    min-height: 500px;
    background: #fff
}

.content-video sidebar .box .title {
    flex: 0 0 100%;
    text-align: center;
    padding: .5rem 0 0;
    text-transform: uppercase;
    font-weight: bold
}

.content-video sidebar .box>.grid {
    border: 0;
    background: 0;
    padding: 0
}

.content-video .grid.tiles,
.content-video .grid>ul {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr))
}

.page-category .content-text-faq-wrapper h2 {
    font-size: .96875rem
}

.page-category .content-text-faq-wrapper h3 {
    font-size: .9375rem
}

.page-category .content-text-faq-wrapper .row {
    border-top: solid 1px rgba(0, 0, 0, 0.08)
}

.page-category .content-text-faq-wrapper .row.row-no-m {
    margin: 0
}

.page-category .content-text-faq-wrapper .row.row-no-m .col {
    padding: 0
}

.page-category .content-text-faq-wrapper .content-row {
    margin: .5rem
}

.page-category .content-text-faq-wrapper .content-row-picture img {
    display: block;
    border-radius: .3125rem;
    margin: 0 auto
}

.alert {
    position: relative;
    padding: .25rem .5rem;
    margin-bottom: .5rem;
    border: 2px solid transparent;
    border-radius: .3125rem
}

.alert.grid-full-width {
    margin-bottom: 0
}

.alert-secondary {
    color: #186aa6;
    background: #d2e5f4;
    border-color: #65a8d9
}

.alert-success {
    color: #05531f;
    background: #d4edda;
    border-color: #6dc381
}

.alert-warning {
    color: #856404;
    background: #fff3cd;
    border-color: #ffd556
}

.alert-danger {
    color: #a6101f;
    background: #f9d0d4;
    border-color: #ea616e
}

.alert-light {
    color: #858585;
    background: #fff;
    border-color: #fff
}

.banner,
.bfbc {
    overflow: hidden
}

.banner .banner-container,
.bfbc .banner-container {
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.banner .banner-container:before,
.bfbc .banner-container:before {
    content: attr(data-title);
    display: block;
    font-size: 9px;
    text-align: center;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.banner.banner-leaderboard,
.bfbc.banner-leaderboard {
    min-height: 63px
}

.banner.banner-medium-rectangle,
.bfbc.banner-medium-rectangle {
    min-height: 263px
}

.bfbc.banner-billboard {
    display: flex;
    align-items: center
}

.bfbc iframe {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.bfbc .banner-container:before {
    display: none
}

.tiles .middle-banner-container {
    grid-column: 1/-1;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    flex: 1 1 100%
}

.middle-banner-container .my-d {
    margin-top: 0;
    margin-bottom: 0
}

#bannerDesktopFloorAd>.banner-container>div>div>iframe {
    display: block
}

.iab-tcf2-req .banner {
    background: rgba(85, 57, 36, 0.06);
    margin-left: auto;
    margin-right: auto
}

.iab-tcf2-req .banner.banner-leaderboard {
    max-width: 340px
}

.iab-tcf2-req .banner.banner-medium-rectangle {
    width: 300px;
    height: 266px
}

.iab-tcf2-req .banner .banner-container:before {
    background: #9c6943;
    color: #000;
    opacity: .08
}

.hpto .nav {
    z-index: 101
}

.hpto .mainwrap {
    position: relative
}

.hpto .mainwrap.mw-bcs,
.hpto .mainwrap.mw-mbs {
    padding-top: 0
}

.hpto .mainwrap.mw-bcs .breadcrumb-container,
.hpto .mainwrap.mw-mbs .breadcrumb-container {
    margin-top: .5rem;
    margin-left: .5rem
}

.hpto .mainwrap.mw-bcs .main-buttons,
.hpto .mainwrap.mw-mbs .main-buttons {
    margin-top: .5rem;
    margin-right: .5rem
}

.hpto .mainwrap>.content {
    order: 3
}

.hpto .breadcrumb-container {
    order: 2
}

.hpto .hpto-center-top {
    display: block
}

.hpto .hpto-left,
.hpto .hpto-right {
    position: absolute;
    top: 0;
    z-index: 100
}

.hpto .hpto-left {
    right: 100%
}

.hpto .hpto-right {
    left: 100%
}

.block {
    display: flex;
    flex-direction: column;
    padding: .5rem
}

.block.no-p {
    padding: 0
}

.block.green {
    background: var(--header-bg-color)
}

.block.abg {
    background-image: url("https://ccf.admeen.org/53/fp/fca4f8e57f9b39e593a26358e8763241/images/a.png");
    background-position: left top;
    background-repeat: no-repeat
}

.block.row {
    flex-direction: row;
    margin: 0;
    padding-left: .25rem;
    padding-right: .25rem
}

.box:not(.col-auto) {
    width: 100%
}

.box>.top {
    display: flex
}

.box>.top.bg-brown {
    background-color: var(--nav-bg-color);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2))
}

.box>.top .title {
    padding: .5rem;
    margin: 0;
    min-width: 0
}

.box>.top .title>.icon {
    margin-right: .25rem
}

.box>.top h1,
.box>.top h2 {
    font-size: 1rem
}

.box>.top a.title,
.box>.top .title a {
    text-decoration: none
}

.box>.top a.title:hover,
.box>.top .title a:hover {
    text-decoration: underline
}

.box>.top h1,
.box>.top h2,
.box>.top h3,
.box>.top h4,
.box>.top a.title,
.box>.top .title a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.box>.top .right {
    margin-left: auto;
    display: flex;
    align-items: center
}

.box .btn[data-type=prev],
.box .btn[data-type=next] {
    display: none
}

.box>.grid,
.box>.content {
    background-color: #d3dcc4;
    background-image: linear-gradient(to bottom, #d3dcc4, #fff)
}

.box>.grid.pt-0,
.box>.content.pt-0 {
    background: #fff
}

.block .box>.top {
    border-radius: .5rem .5rem 0 0
}

.block .box>.grid.br,
.block .box>.content.br {
    border-radius: .5rem
}

.block .box>.grid.brt,
.block .box>.content.brt {
    border-radius: .5rem .5rem 0 0
}

.block .box>.grid.brb,
.block .box>.content.brb {
    border-radius: 0 0 .5rem .5rem
}

.box-order {
    display: flex;
    flex-direction: column
}

.box-alt {
    padding: 0 .25rem .25rem;
    border-radius: .75rem;
    background: #638331
}

.box-alt>.top {
    background: 0
}

.box-alt>.top .title {
    padding-left: .25rem;
    padding-right: 0
}

.box-alt.box-alt-dark {
    background: #05531f
}

.box-alt>.grid,
.box-alt>.grid.brt,
.box-alt>.grid.brb,
.box-alt>.content,
.box-alt>.content.brt,
.box-alt>.content.brb,
.block .box-alt>.grid,
.block .box-alt>.grid.brt,
.block .box-alt>.grid.brb,
.block .box-alt>.content,
.block .box-alt>.content.brt,
.block .box-alt>.content.brb {
    border-radius: .5rem
}

.box-danger>.top.bg-danger {
    background-color: #e0162a;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2))
}

.box-danger>.grid,
.box-danger>.content {
    background-color: #ffe9eb;
    background-image: linear-gradient(to bottom, #ffe9eb, #fff)
}

.box-theme-boys>.grid,
.box-theme-boys>.content {
    background-color: #c2cee5;
    background-image: linear-gradient(to bottom, #c2cee5, #fff)
}

.box-theme-candy>.grid,
.box-theme-candy>.content {
    background-color: #edd4ec;
    background-image: linear-gradient(to bottom, #edd4ec, #fff)
}

.box-theme-desert>.grid,
.box-theme-desert>.content {
    background-color: #e3d4ca;
    background-image: linear-gradient(to bottom, #e3d4ca, #fff)
}

.box-theme-energy>.grid,
.box-theme-energy>.content {
    background-color: #f6d6bf;
    background-image: linear-gradient(to bottom, #f6d6bf, #fff)
}

.box-theme-friendly>.grid,
.box-theme-friendly>.content {
    background-color: #f6ebbf;
    background-image: linear-gradient(to bottom, #f6ebbf, #fff)
}

.box-theme-magic>.grid,
.box-theme-magic>.content {
    background-color: #d8cdec;
    background-image: linear-gradient(to bottom, #d8cdec, #fff)
}

.box-theme-metal>.grid,
.box-theme-metal>.content {
    background-color: #cbc7c4;
    background-image: linear-gradient(to bottom, #cbc7c4, #fff)
}

.box-theme-nature>.grid,
.box-theme-nature>.content {
    background-color: #d3e3ca;
    background-image: linear-gradient(to bottom, #d3e3ca, #fff)
}

.box-theme-red>.grid,
.box-theme-red>.content {
    background-color: #eac2c5;
    background-image: linear-gradient(to bottom, #eac2c5, #fff)
}

.box-theme-sea>.grid,
.box-theme-sea>.content {
    background-color: #c7e4eb;
    background-image: linear-gradient(to bottom, #c7e4eb, #fff)
}

.box-error {
    min-height: 100px;
    background: url("https://ccf.admeen.org/53/fp/fca4f8e57f9b39e593a26358e8763241/images/content/404-header.png") center center no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: .5rem;
    color: #fff;
    font-size: 1rem
}

.box-tags {
    order: 5;
    flex: 0 0 auto
}

.box-slider.active button[data-type=prev],
.box-slider.active button[data-type=next] {
    display: flex
}

.box-slider.active button[data-type=prev] {
    opacity: .3;
    cursor: default
}

.box-slider.active[nfirst="1"] button[data-type=prev] {
    opacity: 1;
    cursor: pointer
}

.box-slider.active[last="1"] button[data-type=next] {
    opacity: .3;
    cursor: default
}

.box-slider.active .grid.tiles>.ia,
.box-slider.active .grid.tiles>.thumb {
    display: none
}

.box-slider.active .grid.tiles>.ia.show,
.box-slider.active .grid.tiles>.thumb.show {
    display: block
}

.box-slider.active .grid>.tiles>li {
    display: none
}

.box-slider.active .grid>.tiles>li.show {
    display: list-item
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .3125rem
}

.btn:hover {
    color: #fff;
    text-decoration: none
}

.btn:focus {
    outline: 0
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #000;
    background: #ecd901
}

.btn-primary:hover {
    color: #000;
    background: #feeb0e
}

.btn-secondary {
    color: #fff;
    background: #1d7fc7
}

.btn-secondary:hover {
    color: #fff;
    background: #186aa6
}

.btn-success {
    color: #fff;
    background: #28a745
}

.btn-success:hover {
    color: #fff;
    background: #218838
}

.btn-danger {
    color: #fff;
    background: #e0162a
}

.btn-danger:hover {
    color: #fff;
    background: #bd1323
}

.btn-light {
    color: #000;
    background: #fff
}

.btn-light:hover {
    color: #000;
    background: whitesmoke
}

.btn-dark {
    color: #fff;
    background: #312115
}

.btn-dark:hover {
    color: #fff;
    background: #462f1e
}

.btn-lg {
    padding: .5rem 1rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .3125rem
}

.btn-sm {
    padding: .125rem .25rem;
    font-size: .75rem;
    line-height: 1.5;
    border-radius: .3125rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
    width: 100%
}

.btn {
    text-decoration: none
}

.btn .hover-show {
    display: none
}

.btn:hover .hover-show {
    display: inline
}

.btn:hover .hover-hide {
    display: none
}

.btn.inactive {
    opacity: .4
}

.btn-medium {
    color: #000;
    background-color: #f7dcbc;
    border-color: #dab385
}

.btn-medium:hover {
    color: #000
}

.btn-orange {
    color: #fff;
    background-color: #e44d26;
    border-color: #e44d26
}

.btn-orange:hover {
    background: #e76341
}

.btn-sm .icon {
    height: .75rem;
    margin-bottom: 1px
}

.btn-light.btn-alt {
    background: 0;
    border-color: transparent;
    color: #fff
}

.btn-light.btn-alt:hover {
    background: #fff;
    border-color: #fff;
    color: #000
}

.main-buttons .btn-light {
    background-color: #e6c59f;
    border-color: #e6c59f
}

.main-buttons .btn-light:not(:disabled):not(.disabled).active {
    background-color: #edcea9;
    border-color: #edcea9;
    font-weight: 700
}

.main-buttons .btn-light:not(:disabled):not(.disabled).active:hover,
.main-buttons .btn-light:not(:disabled):not(.disabled).active:active {
    background-color: #fff;
    border-color: #fff
}

.main-buttons .btn-light:hover,
.main-buttons .btn-light:active {
    background-color: #fff;
    border-color: #fff
}

.btn-whatsapp,
.panel .title .btn.btn-whatsapp,
.btnbar-default .btn.btn-whatsapp {
    display: flex;
    background: #37b426;
    border-color: #37b426;
    color: #fff
}

.btn-whatsapp:hover,
.panel .title .btn.btn-whatsapp:hover,
.btnbar-default .btn.btn-whatsapp:hover {
    background: #3cc52a
}

.btn-video,
.btnbar-default .btn-video {
    background: #dc0000;
    border-color: #dc0000;
    color: #fff
}

.btn-video:hover,
.btnbar-default .btn-video:hover {
    background: #f00000
}

.btn-video>.text,
.btnbar-default .btn-video>.text {
    display: none
}

.btn-hover-danger:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #bd1323;
    border-color: #b21121
}

.btn-hover-danger:hover,
.btn-hover-danger:active {
    color: #fff;
    background-color: #bd1323;
    border-color: #b21121
}

.btn-tab {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.btnbar .flag-icon {
    margin-right: .5rem
}

.btnbar .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap
}

.btnbar .btn:hover {
    text-decoration: none
}

.btnbar .btn .icon {
    margin-bottom: 0
}

.btnbar-default .btn {
    height: 100%;
    min-width: 40px;
    padding: 0 .5rem;
    border-left: solid 1px #462f1e;
    border-radius: 0;
    color: #fff
}

.btnbar-default .btn.btn-last {
    border-radius: 0 .5rem 0 0
}

.btnbar-default .btn:focus {
    color: #fff
}

.btnbar-default .btn:hover {
    background: #462f1e;
    color: #ecd901
}

.btnbar-alt .btn {
    align-items: center;
    height: 100%;
    min-width: 32px;
    padding: 0 .5rem;
    border-radius: 0;
    border-left: solid 1px rgba(0, 0, 0, 0.1)
}

.btnbar-alt .btn:hover {
    background: rgba(0, 0, 0, 0.1)
}

.btnbar-tabs {
    display: flex;
    flex: 1;
    border-radius: .5rem .5rem 0 0;
    overflow: hidden;
    flex-direction: column
}

.btnbar-tabs .btn {
    padding: .5rem;
    flex: 0 0 25%;
    white-space: normal;
    border-top: solid 1px rgba(0, 0, 0, 0.1)
}

.btnbar-tabs .btn:first-of-type {
    border: 0
}

.btnbar-tabs .btn.active {
    color: #ecd901;
    background-color: #462f1e
}

.btnbar-tabs .btn .icon {
    margin-right: .25rem
}

.categories .grid>ul li:nth-child(n+7) {
    display: none
}

.categories .grid a.thumb:nth-child(n+7) {
    display: none
}

.categories .grid-more .btn {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.dialog-bg,
.panel-bg {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    z-index: 1999;
    background: rgba(0, 0, 0, 0.5)
}

.has-dialog .dialog-bg {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3000
}

.has-panel .panel-bg {
    display: block
}

.dialog-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start
}

.dialog {
    position: relative;
    max-height: 100vh;
    width: 98vw
}

.dialog .box {
    margin: .25rem 0;
    margin: .5rem 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3)
}

.dialog .box>.top .title {
    padding: .5rem .25rem
}

.dialog .box>.content {
    color: #000
}

.dialog .box-alt .icon-close {
    height: 1rem
}

.dialog .box-alt .footer {
    text-align: center;
    padding: .125rem;
    margin-bottom: -0.25rem
}

.dialog .content .buttons {
    display: flex
}

.dialog .content .buttons .btn {
    margin: .5rem 0 0 auto;
    min-width: 80px
}

.dialog .content .buttons .btn~.btn {
    margin-left: .5rem
}

.dialog .footer {
    order: 3;
    font-size: .75rem
}

.dropdown {
    position: relative
}

.dropdown>button {
    white-space: nowrap;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0
}

.dropdown>button:focus {
    outline: 0
}

.dropdown.active .dropdown-menu {
    display: flex
}

.dropdown.active:not(div),
.dropdown.active>button,
.dropdown.active>a {
    color: #000;
    background-color: #fff;
    border-color: #fff;
    border-radius: .3125rem .3125rem 0 0 !important
}

.dropdown.active.top:not(div),
.dropdown.active.top>button,
.dropdown.active.top>a {
    border-radius: 0 0 .3125rem .3125rem !important
}

.dropdown.active.dark:not(div),
.dropdown.active.dark>button,
.dropdown.active.dark>a {
    color: #fff;
    background-color: #312115;
    border-color: #312115
}

.dropdown.active.dark:not(div):hover,
.dropdown.active.dark>button:hover,
.dropdown.active.dark>a:hover {
    background-color: #462f1e;
    border-color: #462f1e
}

.dropdown.active.lang>a,
.dropdown.active.lang>a:hover {
    background-color: #1c130c;
    border-color: #1c130c
}

.dropdown.top .dropdown-menu {
    top: auto;
    bottom: 100%;
    border-radius: .3125rem .3125rem 0 0
}

.dropdown.top .dropdown-menu.right {
    border-radius: .3125rem .3125rem 0 .3125rem
}

button.dropdown.active>.dropdown-menu.right,
a.dropdown.active>.dropdown-menu.right {
    right: -1px
}

.dropdown-menu {
    display: none;
    flex-direction: column;
    min-width: 200px;
    position: absolute;
    top: 100%;
    z-index: 2;
    background: #fff;
    overflow: hidden;
    color: #000;
    border-radius: .3125rem 0 .3125rem .3125rem;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.15);
    font-size: .75rem
}

.dropdown-menu.right {
    right: 0
}

.dropdown-menu a {
    padding: .5rem .5rem;
    border-top: dotted 1px #ebebeb;
    color: #000;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.dropdown-menu a:first-of-type {
    border: 0
}

.dropdown-menu a:hover,
.dropdown-menu a.active {
    background: #f0f0f0
}

.dropdown-menu a:not(.last)>.icon {
    width: 1.5rem;
    margin-right: 4px;
    margin-left: -5px
}

.dropdown-menu .thumb {
    padding: .25rem
}

.dropdown-menu .last {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: .75rem;
    border-top: dotted 1px #ebebeb !important
}

.dropdown-menu .last .icon {
    margin-left: 5px
}

.dropdown-menu.dark {
    background: #312115
}

.dropdown-menu.dark a {
    border-top: dotted 1px #000;
    color: #fff
}

.dropdown-menu.dark a:first-of-type {
    border: 0
}

.dropdown-menu.dark a:hover,
.dropdown-menu.dark a.active {
    background: #462f1e
}

.lang .dropdown-menu {
    background: #1c130c
}

.lang .dropdown-menu a:hover {
    background: #000;
    color: #ecd901
}

.form .alert {
    font-size: .75rem
}

.form .form-group-confirm {
    display: flex;
    align-items: center;
    justify-content: center
}

.form .form-group-confirm .btn {
    min-width: 80px;
    margin: 0 .25rem
}

.form button[type=reset],
.form button[type=submit] {
    min-width: 120px
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
    color: #000
}

input.form-control[type=text],
input.form-control[type=email],
input.form-control[type=password] {
    font-size: 16px
}

.grid {
    padding: .25rem
}

.grid.tiles,
.grid>ul,
.grid>.text-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

@supports(display:grid) {

    .grid.tiles,
    .grid>ul,
    .grid>.text-block {
        display: grid;
        grid-gap: .25rem;
        grid-template-columns: auto auto;
        grid-template-columns: repeat(auto-fill, minmax(144px, 1fr));
        grid-template-rows: max-content;
        align-content: flex-start
    }
}

.grid>ul,
.grid>.text-block {
    padding: 0;
    margin: 0
}

.grid>ul {
    list-style: none
}

.grid.highlighted .thumb-g {
    order: 5
}

.grid.highlighted .thumb-g:nth-child(-n+6) {
    order: 1
}

.grid.highlighted .grid-more {
    order: 10
}

.grid.highlighted .thumb-highlight {
    order: 2;
    grid-column: 1/-1
}

.grid .text-block>.picture {
    grid-column: span 2;
    text-align: center
}

.grid .text-block>.picture img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    border-radius: .3125rem
}

.grid .text-block>.text {
    grid-column: span 2
}

.grid .text-block>.text p:last-child {
    margin: 0
}

.grid.is-empty {
    position: relative
}

.grid.is-empty>.tiles {
    opacity: .33
}

.grid.is-empty.tiles>a.thumb {
    opacity: .33
}

.grid>.empty-text {
    position: absolute;
    right: .5rem;
    left: .5rem
}

.grid .ns {
    opacity: .3
}

.grid .ns img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.grid.tiles>.grid-more {
    padding-top: 0
}

.grid.tiles>.grid-full-width {
    grid-column: 1/-1
}

.grid.tiles.is-loading {
    min-height: 130px
}

.grid-more {
    padding-top: .5rem;
    text-align: center
}

@supports(display:grid) {

    .cols.c-2.tiles,
    .cols.c-2>ul {
        grid-template-columns: repeat(2, 1fr)
    }
}

@supports(display:grid) {

    .cols.c-3.tiles,
    .cols.c-3>ul {
        grid-template-columns: repeat(3, 1fr)
    }
}

@supports(display:grid) {

    .cols.c-4.tiles,
    .cols.c-4>ul {
        grid-template-columns: repeat(4, 1fr)
    }
}

@supports(display:grid) {

    .cols.c-5.tiles,
    .cols.c-5>ul {
        grid-template-columns: repeat(5, 1fr)
    }
}

@supports(display:grid) {

    .cols.c-6.tiles,
    .cols.c-6>ul {
        grid-template-columns: repeat(6, 1fr)
    }
}

@supports(display:grid) {

    .cols.c-7.tiles,
    .cols.c-7>ul {
        grid-template-columns: repeat(7, 1fr)
    }
}

@supports(display:grid) {

    .cols.c-8.tiles,
    .cols.c-8>ul {
        grid-template-columns: repeat(8, 1fr)
    }
}

@supports(display:grid) {

    .cols.c-9.tiles,
    .cols.c-9>ul {
        grid-template-columns: repeat(9, 1fr)
    }
}

@supports(display:grid) {

    .cols.c-10.tiles,
    .cols.c-10>ul {
        grid-template-columns: repeat(10, 1fr)
    }
}

@supports(display:grid) {

    .cols.c-11.tiles,
    .cols.c-11>ul {
        grid-template-columns: repeat(11, 1fr)
    }
}

@supports(display:grid) {

    .cols.c-12.tiles,
    .cols.c-12>ul {
        grid-template-columns: repeat(12, 1fr)
    }
}

.icon {
    fill: currentColor;
    width: auto;
    height: 1rem;
    vertical-align: text-bottom
}

.icon.icon-lg {
    height: 1.25rem
}

.icon.icon-2x {
    height: 1.625rem
}

.icon.icon-fw {
    width: 1rem
}

.icon.icon-fw.icon-lg {
    width: 1.25rem
}

.icon.icon-right {
    margin-left: .25rem
}

.icon.icon-right.icon-lg {
    margin-left: .5rem
}

.text-sm .icon {
    height: .75rem
}

.is-loading>* {
    opacity: .2
}

.is-loading:before {
    position: absolute;
    z-index: 2
}

.is-loading:after {
    position: absolute;
    background: rgba(255, 255, 255, 0.05);
    z-index: 1
}

.is-loading.btn:before {
    margin: -9px 0 0 -9px;
    width: 18px;
    height: 18px;
    border-width: .125rem
}

.is-loading.btn .icon {
    display: none
}

.is-loading.tiles.games {
    min-height: 100px
}

.box .is-loading.content {
    min-height: 100px
}

.is-loading.invert:before {
    border-top-color: #fff
}

.is-loading.invert:after {
    background: rgba(0, 0, 0, 0.05)
}

.list {
    display: flex;
    flex-wrap: wrap
}

.list a {
    display: flex;
    flex: 0 0 100%;
    align-items: center;
    padding: .5rem .5rem;
    border-top: dotted 1px #ebebeb;
    color: var(--box-font-color);
    text-decoration: none;
    min-width: 0
}

.list a>span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.list a:first-of-type {
    border: 0
}

.list a:hover,
.list a.active {
    background: #f0f0f0
}

.list a.half {
    flex: 0 0 50%
}

.list .icon {
    flex: none;
    width: 1.75rem;
    height: 1.25rem;
    margin-right: 4px;
    margin-left: -3px
}

.list .thumb {
    width: auto;
    height: 26px;
    border-radius: .1875rem;
    margin: -2px .5rem -2px 0
}

.messages.message-error {
    background-color: red
}

.messages.message-success {
    background-color: green
}

.messages.message-no-content {
    background-color: white
}

.topbar {
    background: #553924
}

.topbar>.ctnr {
    display: flex;
    align-items: flex-start;
    padding: .25rem .5rem;
    position: relative
}

.topbar .text {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.topbar .text .btn {
    margin-left: .25rem
}

.topbar .close {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #785134;
    margin-left: .25rem
}

.topbar .close:hover {
    color: #fff
}

.topbar-primary,
.geobar {
    color: #000;
    background: #ecd901
}

.topbar-primary .text,
.geobar .text {
    justify-content: center;
    text-align: center
}

.topbar-primary .text>div,
.geobar .text>div {
    flex: 1;
    display: flex;
    justify-content: center
}

.topbar-primary .btn.btn-yes,
.topbar-primary .btn.btn-no,
.geobar .btn.btn-yes,
.geobar .btn.btn-no {
    color: #312115;
    background: #f6e201;
    min-width: 80px
}

.topbar-primary .btn.btn-yes:hover,
.topbar-primary .btn.btn-no:hover,
.geobar .btn.btn-yes:hover,
.geobar .btn.btn-no:hover {
    background: #d8c601
}

.topbar-primary .btn.btn-yes.btn-yes,
.topbar-primary .btn.btn-no.btn-yes,
.geobar .btn.btn-yes.btn-yes,
.geobar .btn.btn-no.btn-yes {
    font-weight: bold
}

.topbar-primary .close,
.geobar .close {
    color: #000
}

.topbar-primary .close:hover,
.geobar .close:hover {
    color: #000;
    transform: scale(1.2)
}

.geobar .close {
    display: none
}

.geobar .btn {
    width: 50%;
    max-width: 140px;
    margin-top: .25rem
}

.geobar .btn-yes {
    margin-right: .125rem
}

.geobar .btn-no {
    margin-left: .125rem
}

.topbar-account-message .text {
    display: block
}

.topbar-account-message .close {
    display: none
}

#overUp {
    background: #f2e3ae;
    border: solid 2px #d6bd7b;
    color: #312115;
    padding: 5px;
    visibility: hidden;
    position: absolute;
    z-index: 2001;
    display: none;
    left: 0;
    top: 0;
    border-radius: .3125rem
}

#overUp .title {
    padding: 0 0 5px 0;
    font-weight: bold
}

#overUp .image {
    border: solid 1px #553924
}

#overUp .text {
    padding: 2px
}

#overUp .text ul {
    margin: 5px 0 5px 16px;
    padding: 0;
    list-style-position: outside;
    list-style-type: square
}

#overUp p {
    margin: 5px 0
}

.panel {
    display: flex;
    flex-direction: column;
    overflow: none;
    width: 280px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: -280px;
    z-index: 2000;
    background: var(--bg-color);
    color: var(--box-font-color);
    transition: all .2s ease-out
}

.panel.active {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4)
}

.panel.panel-full {
    width: auto;
    right: 0;
    left: 0
}

.panel.panel-right {
    left: auto;
    right: -320px
}

.panel .title {
    flex: 0 0 auto;
    display: flex;
    border-bottom: solid 1px rgba(0, 0, 0, 0.06);
    text-transform: uppercase;
    font-weight: 700;
    background-color: var(--bg-color);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.03))
}

.panel .title>span {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    padding: .5rem
}

.panel .title .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: solid 1px rgba(0, 0, 0, 0.06);
    border-radius: 0;
    font-weight: 700;
    padding: .5rem .75rem
}

.panel .title .btn.btn-whatsapp {
    margin-left: auto
}

.panel .title .btn>.icon-home,
.panel .title .btn>.icon-caret-left {
    margin-right: .25rem
}

.panel .title .panel-closer {
    margin-left: auto;
    border-right: 0;
    border-left: solid 1px rgba(0, 0, 0, 0.06)
}

.fullscreen-container .panel .title .btn {
    margin-left: 0
}

.fullscreen-container .panel .title .btn:first-child {
    margin-right: auto
}

.panel>.content,
.panel>.grid {
    overflow: auto
}

.panel>.panel-more-games-wrapper {
    overflow: auto
}

.panel .list a {
    padding: .75rem;
    border-top: 0;
    border-bottom: solid 1px rgba(0, 0, 0, 0.06)
}

.panel .list a.even {
    border-left: solid 1px rgba(0, 0, 0, 0.06)
}

.panel .list a.half {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.panel .list .more {
    justify-content: center;
    font-style: italic
}

.panel .list .more .icon {
    margin: 0 0 0 .5rem;
    width: auto;
    height: 1rem
}

.button-animation-container {
    position: relative;
    width: 1px;
    height: 100%;
    z-index: 3
}

.button-animation-container svg.icon,
.button-animation-container .ico-hand-o-left,
.button-animation-container .ico-arrow-up,
.button-animation-container .ico-arrow-down {
    display: none;
    position: absolute;
    top: 20%;
    right: -29px;
    color: #553924;
    text-shadow: none;
    opacity: 0;
    z-index: 2002
}

.button-animation-container svg.icon-hand-o-left,
.button-animation-container .ico-hand-o-left {
    right: -86px
}

.mt {
    margin-top: .5rem
}

.mr {
    margin-right: .5rem
}

.mb {
    margin-bottom: .5rem
}

.ml {
    margin-left: .5rem
}

.mt-6 {
    margin-top: 1.5rem
}

.my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

.mt-d {
    margin-top: .25rem
}

.mr-d {
    margin-right: .25rem
}

.mb-d {
    margin-bottom: .25rem
}

.my-d {
    margin-top: .25rem;
    margin-bottom: .25rem
}

.p {
    padding: .5rem
}

.p-5 {
    padding: 1rem
}

.p-d {
    padding: .25rem
}

.tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.tags.content {
    padding-top: .5rem
}

.tags a {
    display: inline-block;
    color: #000;
    background: #ccd6ba;
    border: solid 1px #bbc9a4;
    border-radius: .3125rem;
    text-decoration: none;
    padding: .25rem .5rem;
    margin: 0 .25rem .5rem;
    font-size: .75rem
}

.tags a:hover {
    border-color: #d3dcc4;
    background: #dde4d1
}

.cats .thumb a,
a.thumb.thumb-c,
.thumb a.thumb-c {
    display: flex;
    align-items: center;
    background: #f2f2f2;
    border: solid 1px #c0cdaa;
    border-radius: .3125rem
}

.cats .thumb a>img,
a.thumb.thumb-c>img,
.thumb a.thumb-c>img,
.cats .thumb a>picture>img,
a.thumb.thumb-c>picture>img,
.thumb a.thumb-c>picture>img {
    width: 81px;
    height: 50px
}

.cats .thumb a>span,
a.thumb.thumb-c>span,
.thumb a.thumb-c>span {
    flex: 1;
    font-size: .75rem;
    padding: 0 .25rem
}

.cats .thumb a:hover,
a.thumb.thumb-c:hover,
.thumb a.thumb-c:hover {
    background: #fff;
    border-color: #b2c197
}

.games .thumb a,
a.thumb.thumb-w,
.thumb a.thumb-w,
a.thumb.thumb-g,
.thumb a.thumb-g {
    background: var(--box-bg-color);
    border: solid 1px #c0cdaa;
    border-radius: .3125rem
}

.panel .games .thumb a,
.games .thumb .panel a,
.panel a.thumb.thumb-w,
.panel .thumb a.thumb-w,
.thumb .panel a.thumb-w,
.panel a.thumb.thumb-g,
.panel .thumb a.thumb-g,
.thumb .panel a.thumb-g {
    border-color: #f4d0a5
}

.games .thumb a:before,
a.thumb.thumb-w:before,
.thumb a.thumb-w:before,
a.thumb.thumb-g:before,
.thumb a.thumb-g:before {
    content: "";
    display: block;
    float: left;
    padding-top: calc(20px + 61.5%)
}

.games .thumb a>img,
a.thumb.thumb-w>img,
.thumb a.thumb-w>img,
a.thumb.thumb-g>img,
.thumb a.thumb-g>img,
.games .thumb a>picture>img,
a.thumb.thumb-w>picture>img,
.thumb a.thumb-w>picture>img,
a.thumb.thumb-g>picture>img,
.thumb a.thumb-g>picture>img {
    width: 100%;
    height: auto
}

.games .thumb a>span,
a.thumb.thumb-w>span,
.thumb a.thumb-w>span,
a.thumb.thumb-g>span,
.thumb a.thumb-g>span {
    height: 20px;
    line-height: 20px;
    font-size: .75rem;
    padding: 0 .25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0
}

.games .thumb a:hover,
a.thumb.thumb-w:hover,
.thumb a.thumb-w:hover,
a.thumb.thumb-g:hover,
.thumb a.thumb-g:hover {
    background: #f0f0f0;
    border-color: #b2c197
}

.square .thumb a,
a.thumb.thumb-s,
.thumb a.thumb-s {
    position: relative;
    background: #fff;
    border: solid 1px #c0cdaa;
    border-radius: .3125rem
}

.square .thumb a:before,
a.thumb.thumb-s:before,
.thumb a.thumb-s:before {
    content: "";
    display: block;
    float: left;
    padding-top: 100%
}

.square .thumb a>img,
a.thumb.thumb-s>img,
.thumb a.thumb-s>img,
.square .thumb a>picture>img,
a.thumb.thumb-s>picture>img,
.thumb a.thumb-s>picture>img {
    width: 100%;
    height: 100%
}

.square .thumb a>span,
a.thumb.thumb-s>span,
.thumb a.thumb-s>span {
    padding: 2% .25rem
}

.wide.games.tl .thumb a:before,
a.thumb.thumb-w:before,
.thumb a.thumb-w:before {
    display: block;
    padding-top: 50%
}

a.thumb,
.thumb a {
    display: block;
    text-decoration: none
}

a.thumb .new,
a.thumb .serie,
.thumb a .new,
.thumb a .serie {
    display: block;
    position: absolute;
    top: -2px;
    right: -2px;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 1
}

a.thumb .new,
.thumb a .new {
    width: 50px;
    height: 50px;
    background-image: url("/template/42/images/new.png")
}

a.thumb .serie,
.thumb a .serie {
    width: 50px;
    height: 50px;
    background-image: url("https://ccf.admeen.org/53/fp/fca4f8e57f9b39e593a26358e8763241/images/content/serie.png");
    transform: rotate(90deg)
}

a.thumb .vplay,
.thumb a .vplay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: calc(100% - 20px);
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: radial-gradient(rgba(0, 0, 0, 0.4), transparent)
}

a.thumb .vplay .icon,
.thumb a .vplay .icon {
    color: #fff;
    height: 4em;
    opacity: .4
}

a.thumb:hover,
.thumb a:hover {
    color: #000
}

a.thumb:hover .amount,
.thumb a:hover .amount {
    opacity: 1;
    color: #f7dcbc
}

a.thumb:hover .vplay,
.thumb a:hover .vplay {
    background-image: radial-gradient(rgba(0, 0, 0, 0.2), transparent)
}

a.thumb:hover .vplay .icon,
.thumb a:hover .vplay .icon {
    opacity: .75
}

a.thumb>span,
.thumb a>span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.tl a.thumb.thumb-g:before,
.tl .thumb a.thumb-g:before {
    padding-top: 61.5%
}

.thumb .amount {
    opacity: .35
}

.thumb.thumb-video {
    position: relative
}

.thumb.thumb-video>span {
    display: none
}

.thumb .preview {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
    border-radius: .3125rem
}

.thumb .preview video,
.thumb .preview object,
.thumb .preview embed {
    width: 100%;
    height: 100%;
    object-fit: fill
}

.games.tl a.thumb:before,
.games.tl .thumb a:before {
    padding-top: 61.5%
}

.no-text .thumb>img,
.no-text .thumb>picture>img {
    width: 100%;
    height: auto;
    border-radius: .3125rem
}

.thumb.multiplayer-no-score {
    opacity: .2
}

.thumb.multiplayer-no-score:hover {
    opacity: 1
}

.meta a.thumb:before,
.meta .thumb a:before {
    display: none
}

.meta a.thumb>img,
.meta a.thumb>picture>img,
.meta .thumb a>img,
.meta .thumb a>picture>img {
    float: left;
    width: 47%;
    margin-right: .25rem
}

.meta a.thumb>span,
.meta .thumb a>span {
    position: static;
    height: auto;
    line-height: normal;
    font-size: .6875rem;
    padding: .25rem .25rem 0 0
}

.meta .score {
    font-style: italic;
    padding-top: 0
}

.meta .score .multiplayer-score-highlight {
    color: #043b16;
    font-size: .6875rem;
    padding: 0
}

.meta .score .multiplayer-score-small {
    display: inline-block;
    margin-right: .25rem;
    font-size: .6875rem;
    opacity: .4
}

.meta .score .multiplayer-score-small .icon {
    height: .75rem
}

.tl a.thumb>span {
    display: none
}

.dropdown-menu .thumb {
    display: flex;
    align-items: center;
    background: #fff;
    color: #000;
    padding: .25rem
}

.dropdown-menu .thumb>img,
.dropdown-menu .thumb>picture>img {
    width: auto;
    height: calc(40px - 0.5rem);
    margin-right: .25rem;
    border-radius: .1875rem
}

.tiles>* {
    position: relative;
    overflow: hidden
}

@supports(display:grid) {
    .tiles.square {
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr))
    }
}

.ta-3>a.thumb:nth-child(n),
.ta-3>div.ia:nth-child(n) {
    display: block
}

.ta-3>a.thumb:nth-child(n+4),
.ta-3>div.ia:nth-child(n+4) {
    display: none
}

.ta-3 .tiles>li:nth-child(n) {
    display: list-item
}

.ta-3 .tiles>li:nth-child(n+4) {
    display: none
}

.ta-4>a.thumb:nth-child(n),
.ta-4>div.ia:nth-child(n) {
    display: block
}

.ta-4>a.thumb:nth-child(n+5),
.ta-4>div.ia:nth-child(n+5) {
    display: none
}

.ta-4 .tiles>li:nth-child(n) {
    display: list-item
}

.ta-4 .tiles>li:nth-child(n+5) {
    display: none
}

.ta-5>a.thumb:nth-child(n),
.ta-5>div.ia:nth-child(n) {
    display: block
}

.ta-5>a.thumb:nth-child(n+6),
.ta-5>div.ia:nth-child(n+6) {
    display: none
}

.ta-5 .tiles>li:nth-child(n) {
    display: list-item
}

.ta-5 .tiles>li:nth-child(n+6) {
    display: none
}

.ta-6>a.thumb:nth-child(n),
.ta-6>div.ia:nth-child(n) {
    display: block
}

.ta-6>a.thumb:nth-child(n+7),
.ta-6>div.ia:nth-child(n+7) {
    display: none
}

.ta-6 .tiles>li:nth-child(n) {
    display: list-item
}

.ta-6 .tiles>li:nth-child(n+7) {
    display: none
}

.ta-7>a.thumb:nth-child(n),
.ta-7>div.ia:nth-child(n) {
    display: block
}

.ta-7>a.thumb:nth-child(n+8),
.ta-7>div.ia:nth-child(n+8) {
    display: none
}

.ta-7 .tiles>li:nth-child(n) {
    display: list-item
}

.ta-7 .tiles>li:nth-child(n+8) {
    display: none
}

.ta-8>a.thumb:nth-child(n),
.ta-8>div.ia:nth-child(n) {
    display: block
}

.ta-8>a.thumb:nth-child(n+9),
.ta-8>div.ia:nth-child(n+9) {
    display: none
}

.ta-8 .tiles>li:nth-child(n) {
    display: list-item
}

.ta-8 .tiles>li:nth-child(n+9) {
    display: none
}

.ta-9>a.thumb:nth-child(n),
.ta-9>div.ia:nth-child(n) {
    display: block
}

.ta-9>a.thumb:nth-child(n+10),
.ta-9>div.ia:nth-child(n+10) {
    display: none
}

.ta-9 .tiles>li:nth-child(n) {
    display: list-item
}

.ta-9 .tiles>li:nth-child(n+10) {
    display: none
}

.ta-10>a.thumb:nth-child(n),
.ta-10>div.ia:nth-child(n) {
    display: block
}

.ta-10>a.thumb:nth-child(n+11),
.ta-10>div.ia:nth-child(n+11) {
    display: none
}

.ta-10 .tiles>li:nth-child(n) {
    display: list-item
}

.ta-10 .tiles>li:nth-child(n+11) {
    display: none
}

.ta-11>a.thumb:nth-child(n),
.ta-11>div.ia:nth-child(n) {
    display: block
}

.ta-11>a.thumb:nth-child(n+12),
.ta-11>div.ia:nth-child(n+12) {
    display: none
}

.ta-11 .tiles>li:nth-child(n) {
    display: list-item
}

.ta-11 .tiles>li:nth-child(n+12) {
    display: none
}

.ta-12>a.thumb:nth-child(n),
.ta-12>div.ia:nth-child(n) {
    display: block
}

.ta-12>a.thumb:nth-child(n+13),
.ta-12>div.ia:nth-child(n+13) {
    display: none
}

.ta-12 .tiles>li:nth-child(n) {
    display: list-item
}

.ta-12 .tiles>li:nth-child(n+13) {
    display: none
}

.ta-14>a.thumb:nth-child(n),
.ta-14>div.ia:nth-child(n) {
    display: block
}

.ta-14>a.thumb:nth-child(n+15),
.ta-14>div.ia:nth-child(n+15) {
    display: none
}

.ta-14 .tiles>li:nth-child(n) {
    display: list-item
}

.ta-14 .tiles>li:nth-child(n+15) {
    display: none
}

.ta-16>a.thumb:nth-child(n),
.ta-16>div.ia:nth-child(n) {
    display: block
}

.ta-16>a.thumb:nth-child(n+17),
.ta-16>div.ia:nth-child(n+17) {
    display: none
}

.ta-16 .tiles>li:nth-child(n) {
    display: list-item
}

.ta-16 .tiles>li:nth-child(n+17) {
    display: none
}

.ta-18>a.thumb:nth-child(n),
.ta-18>div.ia:nth-child(n) {
    display: block
}

.ta-18>a.thumb:nth-child(n+19),
.ta-18>div.ia:nth-child(n+19) {
    display: none
}

.ta-18 .tiles>li:nth-child(n) {
    display: list-item
}

.ta-18 .tiles>li:nth-child(n+19) {
    display: none
}

.ta-20>a.thumb:nth-child(n),
.ta-20>div.ia:nth-child(n) {
    display: block
}

.ta-20>a.thumb:nth-child(n+21),
.ta-20>div.ia:nth-child(n+21) {
    display: none
}

.ta-20 .tiles>li:nth-child(n) {
    display: list-item
}

.ta-20 .tiles>li:nth-child(n+21) {
    display: none
}

.page-index .block.green {
    padding-bottom: 0
}

.page-index .index-top {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.page-index .box.sidebar {
    padding: 0
}

.page-index .ubisoft {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    border-radius: .3125rem;
    height: 80px;
    background: #2f4193 url("https://ccf.admeen.org/53/fp/fca4f8e57f9b39e593a26358e8763241/images/content/lp/ubisoft/smartphone-bg-350.jpg") center center no-repeat;
    background-size: cover
}

.page-index .ubisoft .logo {
    position: relative;
    z-index: 2;
    text-indent: -99999px;
    overflow: hidden;
    width: 100%;
    height: 80px;
    background: transparent url("https://ccf.admeen.org/53/fp/fca4f8e57f9b39e593a26358e8763241/images/content/lp/ubisoft/banner-logo-80.png") center center no-repeat;
    background-size: auto 100%
}

.page-index .ubisoft .btn-play {
    background: #5876ff;
    border: 0;
    font-size: smaller;
    padding: 3px 6px;
    position: absolute;
    right: .25rem;
    bottom: .25rem;
    z-index: 3
}

.page-index .ubisoft .btn-play .icon {
    margin-left: .25rem;
    margin-bottom: -1px
}

.page-index .ubisoft:before,
.page-index .ubisoft:after {
    content: "";
    display: block;
    width: 50%;
    height: 80px;
    position: absolute;
    top: 0;
    z-index: 1
}

.page-index .ubisoft:before {
    left: 0;
    background: transparent url("https://ccf.admeen.org/53/fp/fca4f8e57f9b39e593a26358e8763241/images/content/lp/ubisoft/smartphone-left-80.png") left center no-repeat;
    background-size: auto 100%
}

.page-index .ubisoft:after {
    right: 0;
    background: transparent url("https://ccf.admeen.org/53/fp/fca4f8e57f9b39e593a26358e8763241/images/content/lp/ubisoft/smartphone-right-80.png") right center no-repeat;
    background-size: auto 100%
}

.page-index .block sidebar {
    margin: 0
}

.page-index .block sidebar .box .grid {
    background: #fff;
    border-top: solid 1px rgba(0, 0, 0, 0.08)
}

.page-index .box-tags .tags {
    align-content: space-around
}

.page-index .box-tags .tags a {
    display: flex;
    justify-content: center;
    align-items: center
}

.page-index .categories {
    order: 10
}

@media(min-width:576px) {
    .menu .btn {
        min-width: 48px
    }

    .grid.highlighted .thumb-g:nth-child(-n+6) {
        order: 5
    }

    .grid.highlighted .thumb-g:nth-child(-n+8) {
        order: 1
    }

    .page-index .ubisoft {
        background-image: url("https://ccf.admeen.org/53/fp/fca4f8e57f9b39e593a26358e8763241/images/content/lp/ubisoft/smartphone-bg-600.jpg")
    }

    .grid .text-block>.picture {
        grid-column: span 1
    }

    .grid .text-block>.picture img {
        width: 100%;
        max-width: none
    }

    .grid .text-block>.text {
        grid-column: span 3
    }

    .categories .grid.tiles li:nth-child(n+7),
    .categories .grid>ul li:nth-child(n+7) {
        display: list-item
    }

    .categories .grid.tiles li:nth-child(n+9),
    .categories .grid>ul li:nth-child(n+9) {
        display: none
    }

    .categories .grid a.thumb:nth-child(n+7) {
        display: block
    }

    .categories .grid a.thumb:nth-child(n+9) {
        display: none
    }

    .ta-sm-3>a.thumb:nth-child(n),
    .ta-sm-3>div.ia:nth-child(n) {
        display: block
    }

    .ta-sm-3>a.thumb:nth-child(n+4),
    .ta-sm-3>div.ia:nth-child(n+4) {
        display: none
    }

    .ta-sm-3 .tiles>li:nth-child(n) {
        display: list-item
    }

    .ta-sm-3 .tiles>li:nth-child(n+4) {
        display: none
    }

    .ta-sm-4>a.thumb:nth-child(n),
    .ta-sm-4>div.ia:nth-child(n) {
        display: block
    }

    .ta-sm-4>a.thumb:nth-child(n+5),
    .ta-sm-4>div.ia:nth-child(n+5) {
        display: none
    }

    .ta-sm-4 .tiles>li:nth-child(n) {
        display: list-item
    }

    .ta-sm-4 .tiles>li:nth-child(n+5) {
        display: none
    }

    .ta-sm-5>a.thumb:nth-child(n),
    .ta-sm-5>div.ia:nth-child(n) {
        display: block
    }

    .ta-sm-5>a.thumb:nth-child(n+6),
    .ta-sm-5>div.ia:nth-child(n+6) {
        display: none
    }

    .ta-sm-5 .tiles>li:nth-child(n) {
        display: list-item
    }

    .ta-sm-5 .tiles>li:nth-child(n+6) {
        display: none
    }

    .ta-sm-6>a.thumb:nth-child(n),
    .ta-sm-6>div.ia:nth-child(n) {
        display: block
    }

    .ta-sm-6>a.thumb:nth-child(n+7),
    .ta-sm-6>div.ia:nth-child(n+7) {
        display: none
    }

    .ta-sm-6 .tiles>li:nth-child(n) {
        display: list-item
    }

    .ta-sm-6 .tiles>li:nth-child(n+7) {
        display: none
    }

    .ta-sm-7>a.thumb:nth-child(n),
    .ta-sm-7>div.ia:nth-child(n) {
        display: block
    }

    .ta-sm-7>a.thumb:nth-child(n+8),
    .ta-sm-7>div.ia:nth-child(n+8) {
        display: none
    }

    .ta-sm-7 .tiles>li:nth-child(n) {
        display: list-item
    }

    .ta-sm-7 .tiles>li:nth-child(n+8) {
        display: none
    }

    .ta-sm-8>a.thumb:nth-child(n),
    .ta-sm-8>div.ia:nth-child(n) {
        display: block
    }

    .ta-sm-8>a.thumb:nth-child(n+9),
    .ta-sm-8>div.ia:nth-child(n+9) {
        display: none
    }

    .ta-sm-8 .tiles>li:nth-child(n) {
        display: list-item
    }

    .ta-sm-8 .tiles>li:nth-child(n+9) {
        display: none
    }

    .ta-sm-9>a.thumb:nth-child(n),
    .ta-sm-9>div.ia:nth-child(n) {
        display: block
    }

    .ta-sm-9>a.thumb:nth-child(n+10),
    .ta-sm-9>div.ia:nth-child(n+10) {
        display: none
    }

    .ta-sm-9 .tiles>li:nth-child(n) {
        display: list-item
    }

    .ta-sm-9 .tiles>li:nth-child(n+10) {
        display: none
    }

    .ta-sm-10>a.thumb:nth-child(n),
    .ta-sm-10>div.ia:nth-child(n) {
        display: block
    }

    .ta-sm-10>a.thumb:nth-child(n+11),
    .ta-sm-10>div.ia:nth-child(n+11) {
        display: none
    }

    .ta-sm-10 .tiles>li:nth-child(n) {
        display: list-item
    }

    .ta-sm-10 .tiles>li:nth-child(n+11) {
        display: none
    }

    .ta-sm-11>a.thumb:nth-child(n),
    .ta-sm-11>div.ia:nth-child(n) {
        display: block
    }

    .ta-sm-11>a.thumb:nth-child(n+12),
    .ta-sm-11>div.ia:nth-child(n+12) {
        display: none
    }

    .ta-sm-11 .tiles>li:nth-child(n) {
        display: list-item
    }

    .ta-sm-11 .tiles>li:nth-child(n+12) {
        display: none
    }

    .ta-sm-12>a.thumb:nth-child(n),
    .ta-sm-12>div.ia:nth-child(n) {
        display: block
    }

    .ta-sm-12>a.thumb:nth-child(n+13),
    .ta-sm-12>div.ia:nth-child(n+13) {
        display: none
    }

    .ta-sm-12 .tiles>li:nth-child(n) {
        display: list-item
    }

    .ta-sm-12 .tiles>li:nth-child(n+13) {
        display: none
    }

    .ta-sm-14>a.thumb:nth-child(n),
    .ta-sm-14>div.ia:nth-child(n) {
        display: block
    }

    .ta-sm-14>a.thumb:nth-child(n+15),
    .ta-sm-14>div.ia:nth-child(n+15) {
        display: none
    }

    .ta-sm-14 .tiles>li:nth-child(n) {
        display: list-item
    }

    .ta-sm-14 .tiles>li:nth-child(n+15) {
        display: none
    }

    .ta-sm-16>a.thumb:nth-child(n),
    .ta-sm-16>div.ia:nth-child(n) {
        display: block
    }

    .ta-sm-16>a.thumb:nth-child(n+17),
    .ta-sm-16>div.ia:nth-child(n+17) {
        display: none
    }

    .ta-sm-16 .tiles>li:nth-child(n) {
        display: list-item
    }

    .ta-sm-16 .tiles>li:nth-child(n+17) {
        display: none
    }

    .ta-sm-18>a.thumb:nth-child(n),
    .ta-sm-18>div.ia:nth-child(n) {
        display: block
    }

    .ta-sm-18>a.thumb:nth-child(n+19),
    .ta-sm-18>div.ia:nth-child(n+19) {
        display: none
    }

    .ta-sm-18 .tiles>li:nth-child(n) {
        display: list-item
    }

    .ta-sm-18 .tiles>li:nth-child(n+19) {
        display: none
    }

    .ta-sm-20>a.thumb:nth-child(n),
    .ta-sm-20>div.ia:nth-child(n) {
        display: block
    }

    .ta-sm-20>a.thumb:nth-child(n+21),
    .ta-sm-20>div.ia:nth-child(n+21) {
        display: none
    }

    .ta-sm-20 .tiles>li:nth-child(n) {
        display: list-item
    }

    .ta-sm-20 .tiles>li:nth-child(n+21) {
        display: none
    }

    .dialog {
        width: auto;
        min-width: 320px;
        max-width: 600px
    }

    @supports(display:grid) {

        .cols.c-sm-2.tiles,
        .cols.c-sm-2>ul {
            grid-template-columns: repeat(2, 1fr)
        }
    }

    @supports(display:grid) {

        .cols.c-sm-3.tiles,
        .cols.c-sm-3>ul {
            grid-template-columns: repeat(3, 1fr)
        }
    }

    @supports(display:grid) {

        .cols.c-sm-4.tiles,
        .cols.c-sm-4>ul {
            grid-template-columns: repeat(4, 1fr)
        }
    }

    @supports(display:grid) {

        .cols.c-sm-5.tiles,
        .cols.c-sm-5>ul {
            grid-template-columns: repeat(5, 1fr)
        }
    }

    @supports(display:grid) {

        .cols.c-sm-6.tiles,
        .cols.c-sm-6>ul {
            grid-template-columns: repeat(6, 1fr)
        }
    }

    @supports(display:grid) {

        .cols.c-sm-7.tiles,
        .cols.c-sm-7>ul {
            grid-template-columns: repeat(7, 1fr)
        }
    }

    @supports(display:grid) {

        .cols.c-sm-8.tiles,
        .cols.c-sm-8>ul {
            grid-template-columns: repeat(8, 1fr)
        }
    }

    @supports(display:grid) {

        .cols.c-sm-9.tiles,
        .cols.c-sm-9>ul {
            grid-template-columns: repeat(9, 1fr)
        }
    }

    @supports(display:grid) {

        .cols.c-sm-10.tiles,
        .cols.c-sm-10>ul {
            grid-template-columns: repeat(10, 1fr)
        }
    }

    @supports(display:grid) {

        .cols.c-sm-11.tiles,
        .cols.c-sm-11>ul {
            grid-template-columns: repeat(11, 1fr)
        }
    }

    @supports(display:grid) {

        .cols.c-sm-12.tiles,
        .cols.c-sm-12>ul {
            grid-template-columns: repeat(12, 1fr)
        }
    }
}

@media(min-width:768px) {
    .p-5-md {
        padding: 1rem
    }

    .nav nav>a,
    .nav nav button {
        padding: 0 1rem
    }

    .nav .dropdown button .icon {
        margin-left: .5rem;
        height: 1rem
    }

    .mainwrap>.content {
        order: 3
    }

    .breadcrumb-container {
        order: 1;
        display: flex;
        flex: 1 1 auto;
        align-items: center
    }

    .main-buttons {
        order: 2;
        flex: 0 0 auto;
        background: #edcea9;
        display: flex
    }

    .main-buttons .btn {
        display: flex;
        align-items: center
    }

    @supports(display:grid) {

        .grid.tiles,
        .grid>ul,
        .grid>.text-block {
            grid-template-columns: repeat(auto-fill, minmax(165px, 1fr))
        }
    }

    .categories .grid.tiles,
    .categories .grid>ul {
        grid-template-columns: repeat(auto-fill, minmax(110px, 1fr))
    }

    .categories .grid.tiles li:nth-child(n+7),
    .categories .grid>ul li:nth-child(n+7) {
        display: none
    }

    .categories .grid a.thumb:nth-child(n+7) {
        display: none
    }

    .ta-md-3>a.thumb:nth-child(n),
    .ta-md-3>div.ia:nth-child(n) {
        display: block
    }

    .ta-md-3>a.thumb:nth-child(n+4),
    .ta-md-3>div.ia:nth-child(n+4) {
        display: none
    }

    .ta-md-3 .tiles>li:nth-child(n) {
        display: list-item
    }

    .ta-md-3 .tiles>li:nth-child(n+4) {
        display: none
    }

    .ta-md-4>a.thumb:nth-child(n),
    .ta-md-4>div.ia:nth-child(n) {
        display: block
    }

    .ta-md-4>a.thumb:nth-child(n+5),
    .ta-md-4>div.ia:nth-child(n+5) {
        display: none
    }

    .ta-md-4 .tiles>li:nth-child(n) {
        display: list-item
    }

    .ta-md-4 .tiles>li:nth-child(n+5) {
        display: none
    }

    .ta-md-5>a.thumb:nth-child(n),
    .ta-md-5>div.ia:nth-child(n) {
        display: block
    }

    .ta-md-5>a.thumb:nth-child(n+6),
    .ta-md-5>div.ia:nth-child(n+6) {
        display: none
    }

    .ta-md-5 .tiles>li:nth-child(n) {
        display: list-item
    }

    .ta-md-5 .tiles>li:nth-child(n+6) {
        display: none
    }

    .ta-md-6>a.thumb:nth-child(n),
    .ta-md-6>div.ia:nth-child(n) {
        display: block
    }

    .ta-md-6>a.thumb:nth-child(n+7),
    .ta-md-6>div.ia:nth-child(n+7) {
        display: none
    }

    .ta-md-6 .tiles>li:nth-child(n) {
        display: list-item
    }

    .ta-md-6 .tiles>li:nth-child(n+7) {
        display: none
    }

    .ta-md-7>a.thumb:nth-child(n),
    .ta-md-7>div.ia:nth-child(n) {
        display: block
    }

    .ta-md-7>a.thumb:nth-child(n+8),
    .ta-md-7>div.ia:nth-child(n+8) {
        display: none
    }

    .ta-md-7 .tiles>li:nth-child(n) {
        display: list-item
    }

    .ta-md-7 .tiles>li:nth-child(n+8) {
        display: none
    }

    .ta-md-8>a.thumb:nth-child(n),
    .ta-md-8>div.ia:nth-child(n) {
        display: block
    }

    .ta-md-8>a.thumb:nth-child(n+9),
    .ta-md-8>div.ia:nth-child(n+9) {
        display: none
    }

    .ta-md-8 .tiles>li:nth-child(n) {
        display: list-item
    }

    .ta-md-8 .tiles>li:nth-child(n+9) {
        display: none
    }

    .ta-md-9>a.thumb:nth-child(n),
    .ta-md-9>div.ia:nth-child(n) {
        display: block
    }

    .ta-md-9>a.thumb:nth-child(n+10),
    .ta-md-9>div.ia:nth-child(n+10) {
        display: none
    }

    .ta-md-9 .tiles>li:nth-child(n) {
        display: list-item
    }

    .ta-md-9 .tiles>li:nth-child(n+10) {
        display: none
    }

    .ta-md-10>a.thumb:nth-child(n),
    .ta-md-10>div.ia:nth-child(n) {
        display: block
    }

    .ta-md-10>a.thumb:nth-child(n+11),
    .ta-md-10>div.ia:nth-child(n+11) {
        display: none
    }

    .ta-md-10 .tiles>li:nth-child(n) {
        display: list-item
    }

    .ta-md-10 .tiles>li:nth-child(n+11) {
        display: none
    }

    .ta-md-11>a.thumb:nth-child(n),
    .ta-md-11>div.ia:nth-child(n) {
        display: block
    }

    .ta-md-11>a.thumb:nth-child(n+12),
    .ta-md-11>div.ia:nth-child(n+12) {
        display: none
    }

    .ta-md-11 .tiles>li:nth-child(n) {
        display: list-item
    }

    .ta-md-11 .tiles>li:nth-child(n+12) {
        display: none
    }

    .ta-md-12>a.thumb:nth-child(n),
    .ta-md-12>div.ia:nth-child(n) {
        display: block
    }

    .ta-md-12>a.thumb:nth-child(n+13),
    .ta-md-12>div.ia:nth-child(n+13) {
        display: none
    }

    .ta-md-12 .tiles>li:nth-child(n) {
        display: list-item
    }

    .ta-md-12 .tiles>li:nth-child(n+13) {
        display: none
    }

    .ta-md-14>a.thumb:nth-child(n),
    .ta-md-14>div.ia:nth-child(n) {
        display: block
    }

    .ta-md-14>a.thumb:nth-child(n+15),
    .ta-md-14>div.ia:nth-child(n+15) {
        display: none
    }

    .ta-md-14 .tiles>li:nth-child(n) {
        display: list-item
    }

    .ta-md-14 .tiles>li:nth-child(n+15) {
        display: none
    }

    .ta-md-16>a.thumb:nth-child(n),
    .ta-md-16>div.ia:nth-child(n) {
        display: block
    }

    .ta-md-16>a.thumb:nth-child(n+17),
    .ta-md-16>div.ia:nth-child(n+17) {
        display: none
    }

    .ta-md-16 .tiles>li:nth-child(n) {
        display: list-item
    }

    .ta-md-16 .tiles>li:nth-child(n+17) {
        display: none
    }

    .ta-md-18>a.thumb:nth-child(n),
    .ta-md-18>div.ia:nth-child(n) {
        display: block
    }

    .ta-md-18>a.thumb:nth-child(n+19),
    .ta-md-18>div.ia:nth-child(n+19) {
        display: none
    }

    .ta-md-18 .tiles>li:nth-child(n) {
        display: list-item
    }

    .ta-md-18 .tiles>li:nth-child(n+19) {
        display: none
    }

    .ta-md-20>a.thumb:nth-child(n),
    .ta-md-20>div.ia:nth-child(n) {
        display: block
    }

    .ta-md-20>a.thumb:nth-child(n+21),
    .ta-md-20>div.ia:nth-child(n+21) {
        display: none
    }

    .ta-md-20 .tiles>li:nth-child(n) {
        display: list-item
    }

    .ta-md-20 .tiles>li:nth-child(n+21) {
        display: none
    }

    @supports(display:grid) {

        .cols.c-md-2.tiles,
        .cols.c-md-2>ul {
            grid-template-columns: repeat(2, 1fr)
        }
    }

    @supports(display:grid) {

        .cols.c-md-3.tiles,
        .cols.c-md-3>ul {
            grid-template-columns: repeat(3, 1fr)
        }
    }

    @supports(display:grid) {

        .cols.c-md-4.tiles,
        .cols.c-md-4>ul {
            grid-template-columns: repeat(4, 1fr)
        }
    }

    @supports(display:grid) {

        .cols.c-md-5.tiles,
        .cols.c-md-5>ul {
            grid-template-columns: repeat(5, 1fr)
        }
    }

    @supports(display:grid) {

        .cols.c-md-6.tiles,
        .cols.c-md-6>ul {
            grid-template-columns: repeat(6, 1fr)
        }
    }

    @supports(display:grid) {

        .cols.c-md-7.tiles,
        .cols.c-md-7>ul {
            grid-template-columns: repeat(7, 1fr)
        }
    }

    @supports(display:grid) {

        .cols.c-md-8.tiles,
        .cols.c-md-8>ul {
            grid-template-columns: repeat(8, 1fr)
        }
    }

    @supports(display:grid) {

        .cols.c-md-9.tiles,
        .cols.c-md-9>ul {
            grid-template-columns: repeat(9, 1fr)
        }
    }

    @supports(display:grid) {

        .cols.c-md-10.tiles,
        .cols.c-md-10>ul {
            grid-template-columns: repeat(10, 1fr)
        }
    }

    @supports(display:grid) {

        .cols.c-md-11.tiles,
        .cols.c-md-11>ul {
            grid-template-columns: repeat(11, 1fr)
        }
    }

    @supports(display:grid) {

        .cols.c-md-12.tiles,
        .cols.c-md-12>ul {
            grid-template-columns: repeat(12, 1fr)
        }
    }

    .box-error {
        min-height: 160px;
        font-size: 1.4rem
    }

    .page-game-mobile-info .block-game .game-image,
    .page-game-mobile-info .block-game .game-right {
        flex: 0 0 calc(50% - 0.25rem)
    }
}

@media(-webkit-min-device-pixel-ratio:1.3), (min--moz-device-pixel-ratio:1.3), (-o-min-device-pixel-ratio:2.6/2), (min-device-pixel-ratio:1.3), (min-resolution:124.8dpi), (min-resolution:1.3dppx) {
    .page-index .ubisoft .logo {
        background-image: url("https://ccf.admeen.org/53/fp/fca4f8e57f9b39e593a26358e8763241/images/content/lp/ubisoft/banner-logo-160.png")
    }

    .page-index .ubisoft {
        background-image: url("https://ccf.admeen.org/53/fp/fca4f8e57f9b39e593a26358e8763241/images/content/lp/ubisoft/smartphone-bg-700.jpg")
    }

    .page-index .ubisoft:before {
        background-image: url("https://ccf.admeen.org/53/fp/fca4f8e57f9b39e593a26358e8763241/images/content/lp/ubisoft/smartphone-left-160.png")
    }

    .page-index .ubisoft:after {
        background-image: url("https://ccf.admeen.org/53/fp/fca4f8e57f9b39e593a26358e8763241/images/content/lp/ubisoft/smartphone-right-160.png")
    }
}

@media(-webkit-min-device-pixel-ratio:1.3) and (min-width:576px), (min--moz-device-pixel-ratio:1.3) and (min-width:576px), (-o-min-device-pixel-ratio:2.6/2) and (min-width:576px), (min-device-pixel-ratio:1.3) and (min-width:576px), (min-resolution:124.8dpi) and (min-width:576px), (min-resolution:1.3dppx) and (min-width:576px) {
    .page-index .ubisoft {
        background-image: url("https://ccf.admeen.org/53/fp/fca4f8e57f9b39e593a26358e8763241/images/content/lp/ubisoft/smartphone-bg-1200.jpg")
    }
}

@media(-webkit-min-device-pixel-ratio:1.3), (min--moz-device-pixel-ratio:1.3), (-o-min-device-pixel-ratio:2.6/2), (min-device-pixel-ratio:1.3), (min-resolution:124.8dpi), (min-resolution:1.3dppx) {
    .sncmp-learnmore-info:before {
        background-image: url("https://ccf.admeen.org/53/fp/fca4f8e57f9b39e593a26358e8763241/images/2x/content/sncmp-popup-header.png")
    }
}

@media(-webkit-min-device-pixel-ratio:1.3), (min--moz-device-pixel-ratio:1.3), (-o-min-device-pixel-ratio:2.6/2), (min-device-pixel-ratio:1.3), (min-resolution:124.8dpi), (min-resolution:1.3dppx) {
    .box-error {
        background-image: url("https://ccf.admeen.org/53/fp/fca4f8e57f9b39e593a26358e8763241/images/2x/content/404-header.png")
    }
}

@media(-webkit-min-device-pixel-ratio:1.3), (min--moz-device-pixel-ratio:1.3), (-o-min-device-pixel-ratio:2.6/2), (min-device-pixel-ratio:1.3), (min-resolution:124.8dpi), (min-resolution:1.3dppx) {
    .requirement-info-box {
        background-image: url("https://ccf.admeen.org/53/fp/fca4f8e57f9b39e593a26358e8763241/images/2x/content/box-activate-bg.png")
    }

    .requirement-info-box.missing-plugin.plugin-flash .image-left {
        background-image: url("https://ccf.admeen.org/53/fp/fca4f8e57f9b39e593a26358e8763241/images/2x/content/monkey-requirement-flash.png")
    }

    .requirement-info-box.missing-plugin.plugin-canvas .image-left {
        background-image: url("https://ccf.admeen.org/53/fp/fca4f8e57f9b39e593a26358e8763241/images/2x/content/monkey-requirement-canvas.png")
    }

    .requirement-info-box.missing-plugin.plugin-webgl .image-left {
        background-image: url("https://ccf.admeen.org/53/fp/fca4f8e57f9b39e593a26358e8763241/images/2x/content/monkey-requirement-webgl.png")
    }

    .requirement-info-box.missing-plugin.plugin-webgl2 .image-left {
        background-image: url("https://ccf.admeen.org/53/fp/fca4f8e57f9b39e593a26358e8763241/images/2x/content/monkey-requirement-webgl2.png")
    }
}

@media(-webkit-min-device-pixel-ratio:1.3), (min--moz-device-pixel-ratio:1.3), (-o-min-device-pixel-ratio:2.6/2), (min-device-pixel-ratio:1.3), (min-resolution:124.8dpi), (min-resolution:1.3dppx) {

    .controls .icon,
    .controls .icon div,
    .controls li.item {
        background-image: url("https://ccf.admeen.org/53/fp/fca4f8e57f9b39e593a26358e8763241/images/2x/content/sprite-controls.png")
    }
}

@media(-webkit-min-device-pixel-ratio:1.3), (min--moz-device-pixel-ratio:1.3), (-o-min-device-pixel-ratio:2.6/2), (min-device-pixel-ratio:1.3), (min-resolution:124.8dpi), (min-resolution:1.3dppx) {

    a.thumb .new,
    .thumb a .new {
        background-image: url("https://ccf.admeen.org/53/fp/fca4f8e57f9b39e593a26358e8763241/images/2x/content/new.png")
    }

    a.thumb .serie,
    .thumb a .serie {
        background-image: url("https://ccf.admeen.org/53/fp/fca4f8e57f9b39e593a26358e8763241/images/2x/content/serie.png")
    }
}

@media(-webkit-min-device-pixel-ratio:1.3), (min--moz-device-pixel-ratio:1.3), (-o-min-device-pixel-ratio:2.6/2), (min-device-pixel-ratio:1.3), (min-resolution:124.8dpi), (min-resolution:1.3dppx) {
    .rotate-device:after {
        background-image: url("https://ccf.admeen.org/53/fp/fca4f8e57f9b39e593a26358e8763241/images/2x/content/rotate.png")
    }
}

@media(-webkit-min-device-pixel-ratio:1.3), (min--moz-device-pixel-ratio:1.3), (-o-min-device-pixel-ratio:2.6/2), (min-device-pixel-ratio:1.3), (min-resolution:124.8dpi), (min-resolution:1.3dppx) {
    .is-mmm-splash .mmm-header {
        background-image: url("https://ccf.admeen.org/53/fp/fca4f8e57f9b39e593a26358e8763241/images/2x/content/mmm-splash.png")
    }
}

.css-loaded-element {
    display: none;
    width: 0 !important;
    height: 0 !important
}
