:root {
    --star-rating-color: orange
}

a, address, aside, b, body, canvas, center, code, div, dl, footer, form, h1, h2, h3, h4, header, html, i, iframe, img, label, legend, li, menu, nav, ol, q, s, section, span, strong, sup, table, tbody, td, th, thead, time, tr, u, ul, var {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline
}

p, ol, ul {
    font-size: var(--normal-font-size);
    margin-bottom: 16px;
    line-height: 28px;
    text-align: start;
}

aside, footer, header, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

q {
    quotes: none
}

q:after, q:before {
    content: "";
    content: none
}

table {
    border-spacing: 0
}

.opacity-border-bottom {
    border-color: rgba(243, 235, 255, .30980392156862746)
}

.body-wrapper {
    min-height: 100vh
}

.container--tabs .nav-tabs {
    display: flex;
    width: 100%;
    margin: 0;
    list-style-type: none
}

.container--tabs .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
    width: 100%
}

.container--tabs .nav-tabs > li > a {
    text-transform: uppercase;
    float: left;
    margin-right: 2px;
    line-height: 1.42857143;
    border-radius: 4px 4px 0 0;
    width: 100%;
    color: #555;
    cursor: pointer;
    border-bottom: 4px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    height: 3rem;
    background-color: #fff;
    transition: border-color .3s
}

.container--tabs .nav-tabs > li > a:hover {
    border-color: red;
    color: #555
}

.container--tabs .nav-tabs > li.active > a, .container--tabs .nav-tabs > li.active > a:focus, .container--tabs .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border-bottom: 4px solid red
}

.container--tabs .tab-content {
    width: 100%
}

.container--tabs .tab-content > .tab-pane {
    display: none
}

.container--tabs .tab-content > .tab-pane.active {
    display: block;
    padding: 2.5% 3.5%
}

.container--tabs .tab-content > .active {
    display: block
}

.daty {
    width: 5ch;
    text-align: center
}

.vdp-datepicker__calendar {
    position: absolute;
    z-index: 100;
    background: #fff;
    width: 300px;
    border: 1px solid #ccc;
    top: 28px;
    right: 0
}

@keyframes bounce-in {
    0% {
        transform: scale(0)
    }
    50% {
        transform: scale(1.5)
    }
    to {
        transform: scale(1)
    }
}

.active-calendar-buttons {
    background: #101e40;
    color: #fff
}

.wc-top-menu, .wc-top-menu-two {
    position: sticky;
    top: 4rem;
    background: #fff
}

.wc-top-menu-two {
    z-index: 1
}

@media (min-width: 768px) {
    .container {
        max-width: 768px
    }

    .wc-top-menu-two {
        position: sticky;
        top: 6.8rem;
        background: #fff;
        z-index: 1
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 67%
    }
}

.imagine-small {
    width: 30px;
    height: 30px
}

.imagine-normal {
    width: 56.25px;
    height: 25px
}

.font-boldypeno {
    font-weight: 700
}

/* ! tailwindcss v2.0.4 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
:root {
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji
}

hr {
    height: 0;
    color: inherit
}

b, strong {
    font-weight: bolder
}

code {
    font-family: ui-monospace, SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
    font-size: 1em
}

sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -.5em
}

table {
    text-indent: 0;
    border-color: inherit
}

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

button, select {
    text-transform: none
}

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

legend {
    padding: 0
}

dl, h1, h2, h3, h4, hr {
    margin: 0
}

button {
    background-color: transparent;
    background-image: none
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0
}

html {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    line-height: 1.5
}

body {
    font-family: inherit;
    line-height: inherit
}

*, :after, :before {
    box-sizing: border-box;
    border: 0 solid #e5e7eb
}

hr {
    border-top-width: 1px
}

img {
    border-style: solid
}

textarea {
    resize: vertical
}

input::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 1;
    color: #9ca3af
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    opacity: 1;
    color: #9ca3af
}

input::placeholder, textarea::placeholder {
    opacity: 1;
    color: #9ca3af
}

[role=button], button {
    cursor: pointer
}

table, th, td {
    border: 1px solid;
}

table {
    border-collapse: collapse
}

h1, h2, h3, h4 {
    text-align: center;
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

button, input, select, textarea {
    padding: 0;
    line-height: inherit;
    color: inherit
}

code {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

canvas, iframe, img, svg {
    display: block;
    vertical-align: middle
}

img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}


picture img {
    border-radius: 14px;
    margin: 20px auto;
}

/*img {
    max-width: 100%;
    height: auto
}*/

.container {
    width: 100%
}

@media (min-width: 576px) {
    .container {
        max-width: 576px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 768px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 992px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1400px
    }
}

@media (min-width: 1536px) {
    .container {
        max-width: 1536px
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1600px
    }
}

@media (min-width: 2000px) {
    .container {
        max-width: 2000px
    }
}

.-space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1px * var(--tw-space-x-reverse));
    margin-left: calc(-1px * (1 - var(--tw-space-x-reverse)))
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
}

.bg-transparent {
    background-color: transparent
}

.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 43, 47, var(--tw-bg-opacity))
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}

.bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity))
}

.bg-red {
    --tw-bg-opacity: 1;
    background-color: rgba(227, 52, 47, var(--tw-bg-opacity))
}

.bg-green {
    --tw-bg-opacity: 1;
    background-color: rgba(56, 193, 114, var(--tw-bg-opacity))
}

.bg-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 144, 220, var(--tw-bg-opacity))
}

.bg-wcmain {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 30, 64, var(--tw-bg-opacity))
}

.bg-betgreen {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 52, var(--tw-bg-opacity))
}

.bg-wcorange {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 57, 0, var(--tw-bg-opacity))
}

.bg-wcblue {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 178, 233, var(--tw-bg-opacity))
}

.bg-grey {
    --tw-bg-opacity: 1;
    background-color: rgba(155, 171, 180, var(--tw-bg-opacity))
}

.bg-grey-light {
    --tw-bg-opacity: 1;
    background-color: rgba(218, 228, 233, var(--tw-bg-opacity))
}

.bg-grey-lighter {
    --tw-bg-opacity: 1;
    background-color: rgba(243, 247, 249, var(--tw-bg-opacity))
}

.bg-green-light {
    --tw-bg-opacity: 1;
    background-color: rgba(81, 216, 138, var(--tw-bg-opacity))
}

.bg-blue-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 121, 189, var(--tw-bg-opacity))
}

.bg-marsupilami {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 229, 0, var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-grey {
    --tw-bg-opacity: 1;
    background-color: rgba(155, 171, 180, var(--tw-bg-opacity))
}

.hover\:bg-gray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, var(--tw-bg-opacity))
}

.hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity))
}

.hover\:bg-wcmain:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 30, 64, var(--tw-bg-opacity))
}

.hover\:bg-betgreen:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 52, var(--tw-bg-opacity))
}

.hover\:bg-wcorange:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(214, 57, 0, var(--tw-bg-opacity))
}

.hover\:bg-grey-darker:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(89, 106, 115, var(--tw-bg-opacity))
}

.hover\:bg-grey-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(218, 228, 233, var(--tw-bg-opacity))
}

.hover\:bg-grey-lightest:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 252, 252, var(--tw-bg-opacity))
}

.hover\:bg-wcgrey:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 241, 241, var(--tw-bg-opacity))
}

.hover\:bg-green-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(31, 157, 85, var(--tw-bg-opacity))
}

.hover\:bg-blue-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 121, 189, var(--tw-bg-opacity))
}

.hover\:bg-blue-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(108, 178, 235, var(--tw-bg-opacity))
}

.focus\:bg-gray-200:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(229, 231, 235, var(--tw-bg-opacity))
}

.border-collapse {
    border-collapse: collapse
}

.border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
}

.border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity))
}

.border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity))
}

.border-red {
    --tw-border-opacity: 1;
    border-color: rgba(227, 52, 47, var(--tw-border-opacity))
}

.border-wcmain {
    --tw-border-opacity: 1;
    border-color: rgba(16, 30, 64, var(--tw-border-opacity))
}

.border-betgreen {
    --tw-border-opacity: 1;
    border-color: rgba(63, 131, 52, var(--tw-border-opacity))
}

.border-grey-dark {
    --tw-border-opacity: 1;
    border-color: rgba(101, 117, 123, var(--tw-border-opacity))
}

.border-grey {
    --tw-border-opacity: 1;
    border-color: rgba(155, 171, 180, var(--tw-border-opacity))
}

.border-grey-light {
    --tw-border-opacity: 1;
    border-color: rgba(218, 228, 233, var(--tw-border-opacity))
}

.border-grey-lighter {
    --tw-border-opacity: 1;
    border-color: rgba(243, 247, 249, var(--tw-border-opacity))
}

.border-red-dark {
    --tw-border-opacity: 1;
    border-color: rgba(204, 31, 26, var(--tw-border-opacity))
}

.border-blue-dark {
    --tw-border-opacity: 1;
    border-color: rgba(39, 121, 189, var(--tw-border-opacity))
}

.hover\:border-transparent:hover {
    border-color: transparent
}

.hover\:border-red:hover {
    --tw-border-opacity: 1;
    border-color: rgba(227, 52, 47, var(--tw-border-opacity))
}

.hover\:border-green-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgba(31, 157, 85, var(--tw-border-opacity))
}

.rounded-sm {
    border-radius: .125rem
}

.rounded {
    border-radius: .25rem
}

.rounded-md {
    border-radius: .375rem
}

.rounded-lg {
    border-radius: .5rem
}

.rounded-xl {
    border-radius: .75rem
}

.rounded-full {
    border-radius: 9999px
}

.rounded-r-md {
    border-top-right-radius: .375rem;
    border-bottom-right-radius: .375rem
}

.rounded-l-md {
    border-top-left-radius: .375rem;
    border-bottom-left-radius: .375rem
}

.rounded-t-lg {
    border-top-left-radius: .5rem
}

.rounded-r-lg, .rounded-t-lg {
    border-top-right-radius: .5rem
}

.rounded-r-lg {
    border-bottom-right-radius: .5rem
}

.rounded-l-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem
}

.border-solid {
    border-style: solid
}

.border-dashed {
    border-style: dashed
}

.border-2 {
    border-width: 2px
}

.border-4 {
    border-width: 4px
}

.border {
    border-width: 1px
}

.border-b-2 {
    border-bottom-width: 2px
}

.border-b-4 {
    border-bottom-width: 4px
}

.border-t {
    border-top-width: 1px
}

.border-r {
    border-right-width: 1px
}

.border-b {
    border-bottom-width: 1px
}

.border-l {
    border-left-width: 1px
}

.cursor-pointer {
    cursor: pointer
}

.cursor-not-allowed {
    cursor: not-allowed
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.flex {
    display: flex
}

.inline-flex {
    display: inline-flex
}

.table {
    display: table
}

.grid {
    display: grid
}

.hidden {
    display: none
}

.flex-row {
    flex-direction: row
}

.flex-row-reverse {
    flex-direction: row-reverse
}

.flex-col {
    flex-direction: column
}

.flex-col-reverse {
    flex-direction: column-reverse
}

.flex-wrap {
    flex-wrap: wrap
}

.items-start {
    align-items: flex-start
}

.items-end {
    align-items: flex-end
}

.items-center {
    align-items: center
}

.items-baseline {
    align-items: baseline
}

.items-stretch {
    align-items: stretch
}

.self-center {
    align-self: center
}

.self-stretch {
    align-self: stretch
}

.justify-start {
    justify-content: flex-start
}

.justify-end {
    justify-content: flex-end
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.justify-around {
    justify-content: space-around
}

.justify-evenly {
    justify-content: space-evenly
}

.flex-1 {
    flex: 1 1 0%
}

.flex-auto {
    flex: 1 1 auto
}

.flex-shrink {
    flex-shrink: 1
}

.font-sans {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
}

.font-mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

.font-thin {
    font-weight: 100
}

.font-light {
    font-weight: 300
}

.font-normal {
    font-weight: 400
}

.font-medium {
    font-weight: 500
}

.font-semibold {
    font-weight: 600
}

.font-bold {
    font-weight: 700
}

.font-black {
    font-weight: 900
}

.h-2 {
    height: .5rem
}

.h-4 {
    height: 1rem
}

.h-5 {
    height: 1.25rem
}

.h-6 {
    height: 1.5rem
}

.h-8 {
    height: 2rem
}

.h-10 {
    height: 2.5rem
}

.h-12 {
    height: 3rem
}

.h-14 {
    height: 3.5rem
}

.h-16 {
    height: 4rem
}

.h-20 {
    height: 5rem
}

.h-24 {
    height: 6rem
}

.h-full {
    height: 100%
}

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

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

.text-base {
    font-size: 1rem
}

.text-lg {
    font-size: 1.125rem
}

.text-xl {
    font-size: 1.25rem
}

.text-2xl {
    font-size: 1.5rem
}

.text-3xl {
    font-size: 1.875rem
}

.text-4xl {
    font-size: 2.25rem
}

.text-5xl {
    font-size: 3rem
}

.text-xxxs {
    font-size: .45rem
}

.text-xxs {
    font-size: .5rem
}

.text-xxsm {
    font-size: .65rem
}

.leading-normal {
    line-height: 1.5
}

.list-inside {
    list-style-position: inside
}

.list-none {
    list-style-type: none
}

.list-disc {
    list-style-type: disc
}

.m-0 {
    margin: 0
}

.m-1 {
    margin: .25rem
}

.m-2 {
    margin: .5rem
}

.m-4 {
    margin: 1rem
}

.my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem
}

.mx-1 {
    margin-left: .25rem;
    margin-right: .25rem
}

.my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.mx-2 {
    margin-left: .5rem;
    margin-right: .5rem
}

.my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem
}

.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem
}

.my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

.mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem
}

.my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
}

.my-auto {
    margin-top: auto;
    margin-bottom: auto
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.-mx-2 {
    margin-left: -.5rem;
    margin-right: -.5rem
}

.mt-1 {
    margin-top: .25rem
}

.mr-1 {
    margin-right: .25rem
}

.mb-1 {
    margin-bottom: .25rem
}

.ml-1 {
    margin-left: .25rem
}

.mt-2 {
    margin-top: .5rem
}

.mr-2 {
    margin-right: .5rem
}

.mb-2 {
    margin-bottom: .5rem
}

.ml-2 {
    margin-left: .5rem
}

.mt-3 {
    margin-top: .75rem
}

.mr-3 {
    margin-right: .75rem
}

.mb-3 {
    margin-bottom: .75rem
}

.ml-3 {
    margin-left: .75rem
}

.mt-4 {
    margin-top: 1rem
}

.mb-4 {
    margin-bottom: 1rem
}

.ml-4 {
    margin-left: 1rem
}

.mt-6 {
    margin-top: 1.5rem
}

.mb-6 {
    margin-bottom: 1.5rem
}

.mt-8 {
    margin-top: 2rem
}

.ml-8 {
    margin-left: 2rem
}

.mt-10 {
    margin-top: 2.5rem
}

.mt-12 {
    margin-top: 3rem
}

.mt-auto {
    margin-top: auto
}

.-mr-3 {
    margin-right: -.75rem
}

.-ml-3 {
    margin-left: -.75rem
}

.mt-onehalf {
    margin-top: .375rem
}

.max-h-20 {
    max-height: 5rem
}

.max-w-sm {
    max-width: 24rem
}

.opacity-50 {
    opacity: .5
}

.opacity-75 {
    opacity: .75
}

.opacity-100 {
    opacity: 1
}

.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.overflow-hidden {
    overflow: hidden
}

.p-1 {
    padding: .25rem
}

.p-2 {
    padding: .5rem
}

.p-3 {
    padding: .75rem
}

.p-4 {
    padding: 1rem
}

.py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.px-1 {
    padding-left: .25rem;
    padding-right: .25rem
}

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.px-2 {
    padding-left: .5rem;
    padding-right: .5rem
}

.py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem
}

.px-3 {
    padding-left: .75rem;
    padding-right: .75rem
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem
}

.pt-0 {
    padding-top: 0
}

.pt-1 {
    padding-top: .25rem
}

.pr-1 {
    padding-right: .25rem
}

.pb-1 {
    padding-bottom: .25rem
}

.pl-1 {
    padding-left: .25rem
}

.pt-2 {
    padding-top: .5rem
}

.pr-2 {
    padding-right: .5rem
}

.pb-2 {
    padding-bottom: .5rem
}

.pl-2 {
    padding-left: .5rem
}

.pl-3 {
    padding-left: .75rem
}

.pt-4 {
    padding-top: 1rem
}

.pr-4 {
    padding-right: 1rem
}

.pb-4 {
    padding-bottom: 1rem
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.sticky {
    position: sticky
}

.resize {
    resize: both
}

* {
    --tw-shadow: 0 0 transparent
}

.shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05)
}

.shadow, .shadow-sm {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}

.shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)
}

.shadow-md {
    --tw-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08)
}

.shadow-lg, .shadow-md {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}

.shadow-lg {
    --tw-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11), 0 5px 15px 0 rgba(0, 0, 0, 0.08)
}

.shadow-custom {
    --tw-shadow: 0px 1px 6px 1px grey;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}

* {
    --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, 0.5);
    --tw-ring-offset-shadow: 0 0 transparent;
    --tw-ring-shadow: 0 0 transparent
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-justify {
    text-align: justify
}

.text-black {
    --tw-text-opacity: 1;
    color: rgba(34, 43, 47, var(--tw-text-opacity))
}

.text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity))
}

.text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity))
}

.text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity))
}

.text-red {
    --tw-text-opacity: 1;
    color: rgba(227, 52, 47, var(--tw-text-opacity))
}

.text-green {
    --tw-text-opacity: 1;
    color: rgba(56, 193, 114, var(--tw-text-opacity))
}

.text-blue {
    --tw-text-opacity: 1;
    color: rgba(52, 144, 220, var(--tw-text-opacity))
}

.text-wcmain {
    --tw-text-opacity: 1;
    color: rgba(16, 30, 64, var(--tw-text-opacity))
}

.text-betgreen {
    --tw-text-opacity: 1;
    color: rgba(63, 131, 52, var(--tw-text-opacity))
}

.text-wcgreen {
    --tw-text-opacity: 1;
    color: rgba(63, 130, 52, var(--tw-text-opacity))
}

.text-wcorange {
    --tw-text-opacity: 1;
    color: rgba(214, 57, 0, var(--tw-text-opacity))
}

.text-wcblue {
    --tw-text-opacity: 1;
    color: rgba(0, 178, 233, var(--tw-text-opacity))
}

.text-grey-darkest {
    --tw-text-opacity: 1;
    color: rgba(54, 67, 73, var(--tw-text-opacity))
}

.text-grey-dark {
    --tw-text-opacity: 1;
    color: rgba(101, 117, 123, var(--tw-text-opacity))
}

.text-grey {
    --tw-text-opacity: 1;
    color: rgba(155, 171, 180, var(--tw-text-opacity))
}

.text-orange {
    --tw-text-opacity: 1;
    color: rgba(246, 153, 63, var(--tw-text-opacity))
}

.text-green-darkest {
    --tw-text-opacity: 1;
    color: rgba(3, 45, 25, var(--tw-text-opacity))
}

.text-blue-dark {
    --tw-text-opacity: 1;
    color: rgba(39, 121, 189, var(--tw-text-opacity))
}

.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.hover\:text-gray-900:hover {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity))
}

.hover\:text-red:hover {
    --tw-text-opacity: 1;
    color: rgba(227, 52, 47, var(--tw-text-opacity))
}

.hover\:text-wcmain:hover {
    --tw-text-opacity: 1;
    color: rgba(16, 30, 64, var(--tw-text-opacity))
}

.hover\:text-betgreen:hover {
    --tw-text-opacity: 1;
    color: rgba(63, 131, 52, var(--tw-text-opacity))
}

.focus\:text-gray-900:focus {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity))
}

.italic {
    font-style: italic
}

.uppercase {
    text-transform: uppercase
}

.capitalize {
    text-transform: capitalize
}

.underline {
    text-decoration: underline
}

.hover\:no-underline:hover, .no-underline {
    text-decoration: none
}

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.align-middle {
    vertical-align: middle
}

.visible {
    visibility: visible
}

.invisible {
    visibility: hidden
}

.break-words {
    overflow-wrap: break-word
}

.break-all {
    word-break: break-all
}

.w-2 {
    width: .5rem
}

.w-4 {
    width: 1rem
}

.w-6 {
    width: 1.5rem
}

.w-8 {
    width: 2rem
}

.w-10 {
    width: 2.5rem
}

.w-12 {
    width: 3rem
}

.w-16 {
    width: 4rem
}

.w-20 {
    width: 5rem
}

.w-24 {
    width: 6rem
}

.w-32 {
    width: 8rem
}

.w-36, .w-40 {
    width: 10rem
}

.w-48 {
    width: 12rem
}

.w-64 {
    width: 16rem
}

.w-auto {
    width: auto
}

.w-1\/2 {
    width: 50%
}

.w-1\/3 {
    width: 33.33333%
}

.w-1\/4 {
    width: 25%
}

.w-3\/4 {
    width: 75%
}

.w-3\/5 {
    width: 60%
}

.w-5\/6 {
    width: 83.33333%
}

.w-1\/12 {
    width: 8.33333%
}

.w-10\/12 {
    width: 83.33333%
}

.w-full {
    width: 100%
}

.w-1\/21 {
    width: 4.7619%
}

.w-10\/21 {
    width: 47.61904%
}

.w-1\/7 {
    width: 14.28571%
}

.w-3\/7 {
    width: 42.85714%
}

.w-5\/7 {
    width: 71.42857%
}

.z-0 {
    z-index: 0
}

.z-10 {
    z-index: 10
}

.transform {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.ease-in {
    transition-timing-function: cubic-bezier(.4, 0, 1, 1)
}

.ease-in-out {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

@-webkit-keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

@keyframes ping {
    75%, to {
        transform: scale(2);
        opacity: 0
    }
}

@keyframes pulse {
    50% {
        opacity: .5
    }
}

@keyframes bounce {
    0%, to {
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(.8, 0, 1, 1);
        animation-timing-function: cubic-bezier(.8, 0, 1, 1)
    }
    50% {
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0, 0, .2, 1);
        animation-timing-function: cubic-bezier(0, 0, .2, 1)
    }
}

.pin-t {
    top: 0
}

.pin-x {
    right: 0;
    left: 0
}

.pin-l {
    left: 0
}

.pin-b {
    bottom: 0
}

.pin-r {
    right: 0
}

.terms_and_conditions_content {
    font-size: .8rem;
    background: #f1f1f1;
    padding: .9rem;
    color: grey
}

@media (min-width: 576px) {
    .sm\:block {
        display: block
    }

    .sm\:flex {
        display: flex
    }

    .sm\:hidden {
        display: none
    }

    .sm\:items-center {
        align-items: center
    }

    .sm\:justify-center {
        justify-content: center
    }

    .sm\:flex-1 {
        flex: 1 1 0%
    }

    .sm\:text-sm {
        font-size: .875rem
    }

    .sm\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .sm\:w-48 {
        width: 12rem
    }

    .sm\:w-full {
        width: 100%
    }
}

@media (min-width: 768px) {
    .md\:container {
        width: 100%
    }

    @media (min-width: 576px) {
        .md\:container {
            max-width: 576px
        }
    }@media (min-width: 768px) {
    .md\:container {
        max-width: 768px
    }
}@media (min-width: 992px) {
    .md\:container {
        max-width: 992px
    }
}@media (min-width: 1200px) {
    .md\:container {
        max-width: 1200px
    }
}@media (min-width: 1400px) {
    .md\:container {
        max-width: 1400px
    }
}@media (min-width: 1536px) {
    .md\:container {
        max-width: 1536px
    }
}@media (min-width: 1600px) {
    .md\:container {
        max-width: 1600px
    }
}@media (min-width: 2000px) {
    .md\:container {
        max-width: 2000px
    }
}.md\:block {
     display: block
 }

    .md\:flex {
        display: flex
    }

    .md\:hidden {
        display: none
    }

    .md\:flex-row {
        flex-direction: row
    }

    .md\:flex-col {
        flex-direction: column
    }

    .md\:items-center {
        align-items: center
    }

    .md\:justify-start {
        justify-content: flex-start
    }

    .md\:justify-center {
        justify-content: center
    }

    .md\:h-8 {
        height: 2rem
    }

    .md\:text-sm {
        font-size: .875rem
    }

    .md\:text-base {
        font-size: 1rem
    }

    .md\:text-lg {
        font-size: 1.125rem
    }

    .md\:text-3xl {
        font-size: 1.875rem
    }

    .md\:text-5xl {
        font-size: 3rem
    }

    .md\:my-0 {
        margin-top: 0;
        margin-bottom: 0
    }

    .md\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }

    .md\:mt-0 {
        margin-top: 0
    }

    .md\:mb-0 {
        margin-bottom: 0
    }

    .md\:mr-1 {
        margin-right: .25rem
    }

    .md\:mt-2 {
        margin-top: .5rem
    }

    .md\:p-2 {
        padding: .5rem
    }

    .md\:p-4 {
        padding: 1rem
    }

    .md\:px-2 {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .md\:px-3 {
        padding-left: .75rem;
        padding-right: .75rem
    }

    .md\:pt-0 {
        padding-top: 0
    }

    .md\:w-6 {
        width: 1.5rem
    }

    .md\:w-24 {
        width: 6rem
    }

    .md\:w-32 {
        width: 8rem
    }

    .md\:w-54 {
        width: 14rem
    }

    .md\:w-1\/2 {
        width: 50%
    }

    .md\:w-1\/3 {
        width: 33.33333%
    }

    .md\:w-2\/3 {
        width: 66.66667%
    }

    .md\:w-1\/4 {
        width: 25%
    }

    .md\:w-1\/5 {
        width: 20%
    }

    .md\:w-2\/5 {
        width: 40%
    }

    .md\:w-3\/5 {
        width: 60%
    }

    .md\:w-4\/5 {
        width: 80%
    }
}

@media (min-width: 992px) {
    .lg\:border-0 {
        border-width: 0
    }

    .lg\:block {
        display: block
    }

    .lg\:flex {
        display: flex
    }

    .lg\:hidden {
        display: none
    }

    .lg\:flex-row {
        flex-direction: row
    }

    .lg\:justify-between {
        justify-content: space-between
    }

    .lg\:text-base {
        font-size: 1rem
    }

    .lg\:m-auto {
        margin: auto
    }

    .lg\:mt-0 {
        margin-top: 0
    }

    .lg\:mr-4 {
        margin-right: 1rem
    }

    .lg\:mr-8 {
        margin-right: 2rem
    }

    .lg\:w-1\/2 {
        width: 50%
    }

    .lg\:w-1\/3 {
        width: 33.33333%
    }

    .lg\:w-1\/4 {
        width: 25%
    }

    .lg\:w-3\/4 {
        width: 75%
    }

    .lg\:w-4\/5 {
        width: 80%
    }

    .lg\:w-5\/6 {
        width: 83.33333%
    }

    .lg\:w-full {
        width: 100%
    }

    .lg\:w-1\/21 {
        width: 4.7619%
    }

    .lg\:w-10\/21 {
        width: 47.61904%
    }
}

@media (min-width: 1200px) {
    .xl\:w-1\/2 {
        width: 50%
    }

    .xl\:w-1\/4 {
        width: 25%
    }
}

@media (min-width: 1400px) {
    .xxl\:block {
        display: block
    }

    .xxl\:hidden {
        display: none
    }

    .xxl\:flex-row {
        flex-direction: row
    }

    .xxl\:w-24 {
        width: 6rem
    }

    .xxl\:w-2\/5 {
        width: 40%
    }

    .xxl\:w-3\/5 {
        width: 60%
    }
}

@media (min-width: 1600px) {
    .xxxl\:w-1\/4 {
        width: 25%
    }
}

@media (min-width: 2000px) {
    .xxxxl\:w-1\/5 {
        width: 20%
    }
}

.breadcrumb {
    position: relative;
    overflow: hidden;
    width: 100%;
    font-size: .8rem;
    margin-top: .5rem;
    padding-left: .5rem
}

.breadcrumb ul {
    width: 100%;
    display: flex;
    white-space: nowrap;
    background-image: linear-gradient(270deg, #fff, hsla(0, 0%, 100%, 0))
}

.breadcrumb ul li {
    display: flex
}

.breadcrumb ul li a {
    text-decoration: none;
    color: #000
}

.breadcrumb ul:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 10%;
    background-image: linear-gradient(270deg, #fff, hsla(0, 0%, 100%, 0))
}

.breadcrumb li:not(:first-child):before {
    font-family: Font Awesome\ 5 Free;
    content: "\F054";
    font-weight: 900;
    padding: .11rem .5rem;
    opacity: .5;
    float: left;
    display: block;
    text-align: center
}

.menu__top {
    width: 1000px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    border-right: 1px solid #263251;
    justify-content: space-around
}

.menu__item {
    height: 47px;
    width: 100%;
    line-height: 47px;
    font-size: 13px;
    color: #fff;
    font-weight: 700;
    border-left: 1px solid #263251;
    font-style: italic;
    text-align: center;
    text-transform: uppercase
}

.menu__item a {
    color: inherit;
    text-decoration: inherit
}

.menu__item__live {
    color: red;
    font-size: 15px;
    font-weight: 700
}

.menu__item__bet {
    color: #47b82c
}

.menu__item__more {
    width: 40px;
    max-width: 40px;
    min-width: 40px;
    padding-left: 0;
    padding-right: 0;
    cursor: pointer
}

.menu__item__more__sports {
    width: 400px !important;
    height: 100px;
    margin-bottom: 2px;
    position: fixed;
    z-index: 9999;
    float: right;
    background: #101e40;
    display: flex;
    justify-content: baseline;
    flex-direction: inherit;
    margin-top: 73px;
    margin-left: 232px
}

.menu__item__more__sports div {
    width: 30%;
    text-align: left;
    padding-left: 10px;
    color: #fff;
    font-weight: 700;
    font-size: 12px
}

.menu__item__more__sports div span {
    height: 25px;
    line-height: 30px;
    display: flex
}

.mainLogoBig {
    width: 145px;
    /*height: 45px*/
}

.mainLogoSmall {
    width: 100px;
    /*height: 32.25px*/
}

.header__menu__choice {
    position: fixed;
    background: #101e40;
    border: 1px solid #fff;
    top: 22.5vh;
    left: calc(50vw - 2.5rem);
    width: 5rem;
    z-index: 500;
    height: 55vh;
    justify-content: space-around;
    align-items: center;
    box-shadow: 9px 4px 20px;
    transition: transform .3s
}

.movedaway {
    transform: translateX(2000px)
}

.notmovedaway {
    transform: translateX(0)
}

@media screen and (min-width: 992px) {
    .header__menu__choice {
        left: 25vw;
        width: 50vw;
        height: 5rem
    }
}

#overlay-filter {
    content: "";
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 4;
    background-color: rgba(0, 0, 0, .6274509803921569)
}

.flag-button {
    position: relative;
    padding: .75rem
}

.flag-button:after {
    top: 0;
    right: 0
}

.flag-button:after, .flag-button:before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    transition: all .3s
}

.flag-button:before {
    bottom: 0;
    left: 0
}

.flag-button:hover:after {
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    width: 100%;
    height: 100%
}

.flag-button:hover:before {
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 100%;
    height: 100%
}

.bbstyle * {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
}

.bbstyle a {
    text-decoration: none;
    font-weight: 700
}

.bbstyle h2 a, .bbstyle h3 a {
    text-decoration: none;
    font-weight: 400
}

.bbstyle a:focus, .bbstyle a:hover {
    text-decoration: underline;
    cursor: pointer
}

.bbstyle dl, .bbstyle ol, .bbstyle ul {
    list-style: none;
    margin-top: 0;
    padding: 1rem
}

.bbstyle .show-sem ol {
    padding: 0
}

.bbstyle dl dl, .bbstyle dl ol, .bbstyle dl ul, .bbstyle ol dl, .bbstyle ol ol, .bbstyle ol ul, .bbstyle ul dl, .bbstyle ul ol, .bbstyle ul ul {
    font-size: 90%;
    margin: 1.5rem 0 1.5rem 3rem
}

.bbstyle ol {
    list-style: decimal inside
}

.bbstyle ul {
    list-style-type: none
}

.bbstyle ul li:before {
    content: "\2022";
    width: 3px;
    height: 3px;
    margin-right: 10px;
    color: orange
}

.bbstyle .button, .bbstyle button, .bbstyle li {
    margin-bottom: .5rem;
    margin-left: .5rem
}

.bbstyle input, .bbstyle select, .bbstyle textarea {
    margin-bottom: 1.5rem
}

.bbstyle dl, .bbstyle form, .bbstyle ol, .bbstyle table, .bbstyle ul {
    line-height: 1.25rem;
    margin-top: 1rem;
    margin-bottom: 1rem
}

.bbstyle table tr:nth-child(2n) {
    background: #ffeecf
}

.bbstyle table ul {
    border-spacing: 0;
    width: 100% !important;
    padding: 0;
    margin: 0
}

.bbstyle td, .bbstyle th {
    border-bottom: 1px solid;
    padding: .4rem
}

.bbstyle .bbstyle td:last-child, .bbstyle .bbstyle th:last-child {
    padding-right: 0
}

.bbstyle .bbstyle p {
    margin-top: 0;
    line-height: 1.25rem
}

.bbstyle h1 {
    font-weight: 900;
    font-size: 1.25rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    --tw-text-opacity: 1;
    color: rgba(16, 30, 64, var(--tw-text-opacity));
    font-style: italic;
    text-transform: uppercase
}

.bbstyle h2 {
    font-size: 1.1rem
}

.bbstyle h2, .bbstyle h3 {
    display: flex;
    font-weight: 700;
    margin-top: .5rem;
    margin-bottom: .5rem;
    --tw-text-opacity: 1;
    color: rgba(16, 30, 64, var(--tw-text-opacity));
    text-decoration: none
}

.bbstyle h3 {
    font-size: 1rem
}

.bbstyle h4 {
    display: flex;
    font-weight: 700;
    margin-top: .5rem;
    margin-bottom: .5rem;
    --tw-text-opacity: 1;
    color: rgba(16, 30, 64, var(--tw-text-opacity));
    text-decoration: none;
    font-size: .9rem
}

.bbstyle {
    margin-top: 1rem
}

.bbstyle div img, .bbstyle p img {
    width: 100%
}

.bbstyle a.go-to-bonus {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 131, 52, var(--tw-bg-opacity));
    color: #fff;
    border-radius: 4px;
    padding: 1rem;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    justify-content: center;
    align-items: center;
    margin: 1rem auto;
    text-align: center
}

@media screen and (max-width: 720px) {
    .bbstyle a.go-to-bonus {
        width: 280px
    }
}

.sidebar-menu {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 30, 64, var(--tw-bg-opacity))
}

.sidebar-menu::-webkit-scrollbar {
    display: none;
    background: #101e40
}

.sidebar-menu {
    background-color: #101e40;
    overflow-y: scroll;
    position: fixed;
    top: 4rem;
    left: 0;
    width: 250px;
    height: 100vh;
    z-index: 2;
    transition: visibility 0s linear .33s, opacity .33s linear;
    padding-bottom: 15rem
}

.overlaymenu {
    background-color: rgba(0, 0, 0, .4);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.times-close {
    display: flex;
    align-items: center;
    padding: .8rem;
    border-right: 1px solid grey
}

.sidebar-menu a {
    text-decoration: none;
    color: #fff
}

.licontent {
    display: flex;
    border-top: 1px solid grey;
    border-right: 1px solid grey;
    width: 100%;
    justify-content: space-between;
    color: #fff
}

.licontent > span {
    display: flex;
    align-items: center;
    padding: .8rem;
    border-left: 1px solid grey
}

.licontent > span > i {
    display: block;
    width: 100%
}

.licontent > span:hover {
    background: grey
}

.licontent > a {
    display: flex;
    align-items: center;
    padding: .96rem;
    width: 100%
}

.licontent > a:hover {
    background: grey
}

.licontent > a > span {
    margin-right: .8rem
}

li.mainli {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: column
}

li.mainli > button, li.secondli > button {
    margin: .5rem;
    background: rgba(171, 166, 163, .6);
    border: 1px solid #fff;
    padding: .2rem;
    color: #fff;
    font-weight: 500;
    border-radius: 4px
}

li.secondli:last-child {
    display: flex;
    justify-content: center;
    flex-direction: column
}

ul.mainul {
    border-bottom: 1px solid grey;
    margin-bottom: 15rem
}

.secondul {
    background: #31416b
}

.thirdul {
    background: #5f719f
}

.mainli:before {
    content: "";
    display: block;
    width: 2px;
    background: green
}

a.w-full.active-menu-item:after {
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    content: "\f0e7";
    color: red;
    -webkit-animation: heartbeat 5s infinite;
    animation: heartbeat 5s infinite
}

@keyframes color-change-2x {
    50% {
        background: hsla(0, 0%, 100%, .3137254901960784)
    }
    to {
        background: #101e40
    }
}

@keyframes poppy {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes heartbeat {
    0% {
        transform: scale(.75)
    }
    20% {
        transform: scale(1)
    }
    40% {
        transform: scale(.75)
    }
    60% {
        transform: scale(1)
    }
    80% {
        transform: scale(.75)
    }
    to {
        transform: scale(1.1)
    }
}

.live__menu__top {
    height: 55px;
    line-height: 55px;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    border-left: 10px solid #90281f;
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
    font-weight: 700;
    font-style: italic
}

.live__menu__category {
    padding: 10px;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    flex-direction: column;
    font-size: 12px
}

.live__menu__title {
    font-weight: 700;
    font-size: 14px
}

.live__menu__item {
    padding-top: 10px
}

.live__menu__item a {
    display: flex;
    height: 20px
}

.live__menu__item img {
    margin-right: 10px
}

.live__menu__item a, .menu__item__live a {
    color: inherit;
    text-decoration: inherit
}

.live__menu__bet__button {
    color: #fff;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 400;
    font-size: 13px;
    width: 95%;
    height: 40px;
    line-height: 40px;
    background-color: #011d42;
    border-radius: 5px;
    text-align: center;
    margin-top: 20px
}

/*!
 * Generated with CSS flag2 Sprite generator (https://www.flag2-sprites.com/)
 */
.flag2 {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(/build/images/flags2.321dcac1.png) no-repeat
}

.flag2.flag2-pl {
    background-position: -288px -240px
}

.show-sem__item__logo img {
    height: 30px;
    width: 67.5px !important
}

.contact-container {
    margin: 2rem 0
}

.contact-container label {
    text-transform: uppercase;
    color: #101e40;
    margin-top: .5rem;
    margin-bottom: .5rem;
    font-weight: 700
}

.contact-container input, .contact-container textarea {
    padding: .5rem 1rem;
    height: 2em;
    margin-top: .3rem;
    box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, .25882352941176473);
    border-radius: 4px;
    background-color: #f8f8f8
}

.contact-container input {
    padding: 1.3rem 1rem
}

.contact-container textarea {
    height: 6em
}

.contact-send button {
    padding: 1rem;
    background: #101e40;
    color: #fff;
    border-radius: .3em;
    font-weight: 500
}

.live__events__title {
    display: block;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    text-align: center;
    color: #101e40;
    font-weight: 700;
    font-size: 1.25rem
}

.live__events__formes__item {
    min-height: 6rem
}

label:not(.live-label) {
    display: flex;
    text-align: center
}

label:after:not(.live-label) {
    align-self: center;
    --tw-text-opacity: 1;
    color: rgba(16, 30, 64, var(--tw-text-opacity))
}

.live__events__widget iframe {
    width: 100%;
    min-height: 21rem
}

@media screen and (min-width: 20em) {
    .live__events__widget iframe {
        width: 100%;
        min-height: 25rem
    }
}

@media screen and (min-width: 30em) {
    .live__events__widget iframe {
        width: 100%;
        min-height: 30rem
    }
}

@media screen and (min-width: 40em) {
    .live__events__widget iframe {
        width: 100%;
        min-height: 37rem
    }
}

@media screen and (min-width: 50em) {
    .live__events__widget iframe {
        width: 100%;
        min-height: 36rem
    }
}

@media screen and (min-width: 60em) {
    .live__events__widget iframe {
        width: 100%;
        min-height: 45rem
    }
}

@media screen and (min-width: 70em) {
    .live__events__widget iframe {
        width: 100%
    }
}

@media screen and (min-width: 80em) {
    .live__events__widget iframe {
        width: 100%
    }
}

@media screen and (min-width: 90em) {
    .live__events__widget iframe {
        width: 100%;
        min-height: 50rem
    }
}

@media screen and (min-width: 110em) {
    .live__events__widget iframe {
        width: 100%;
        min-height: 60rem
    }
}

@media screen and (min-width: 130em) {
    .live__events__widget iframe {
        width: 100%;
        min-height: 73rem
    }
}

.page {
    padding: 10px
}

.page__intro {
    margin-bottom: 15px;
    font-style: italic;
    font-weight: 700
}

.odd-number:nth-child(2n) {
    background-color: green
}

.team-left {
    background-image: url(/build/images/matchdetails_lineup.e95710b5.png)
}

.team-left, .team-right {
    background-color: #44c04c;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 20rem;
    height: 16rem
}

.team-right {
    background-image: url(/build/images/matchdetails_lineup_away.ffe592be.png)
}

.card {
    min-height: 150px;
    position: relative;
    border-radius: 3px
}

.ribbon {
    background-color: orange;
    border-radius: 0 4px 4px 0;
    box-shadow: 0 3px 0 rgba(0, 0, 0, .05);
    font-size: 15px;
    font-weight: 700;
    font-family: Helvetica, sans-serif;
    left: 0;
    padding: 7px;
    position: absolute;
    text-transform: uppercase;
    top: 10px;
    white-space: nowrap;
    transition: all .3s ease
}

.ribbon:after, .ribbon:before {
    position: absolute;
    background-color: inherit;
    content: ""
}

.ribbon:before {
    top: 0;
    height: 43px
}

.ribbon:after, .ribbon:before {
    left: -7px;
    width: 7px;
    border-radius: 20px 0 0 20px
}

.ribbon:after {
    bottom: -12px;
    height: 12px;
    background-color: #996300;
    box-shadow: 0 .062em 0 hsla(0, 0%, 100%, .6)
}

.home-sheet-book-content-header {
    min-height: 10rem;
    background-size: cover
}

.tip-sport-icon {
    position: absolute;
    top: 11px;
    right: 3px;
    width: 1.6rem
}

.tips__event__tip__prono {
    min-height: 5rem
}

li {
    line-height: 1.25rem
}

select {
    --tw-text-opacity: 1;
    color: rgba(16, 30, 64, var(--tw-text-opacity));
    padding: 3px;
    margin: 0;
    height: 2rem;
    font-size: 1rem;
    border-radius: 4px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .2)
}

label:not(.live-label) {
    position: relative
}

label:after:not(.live-label) {
    font: 11px Consolas, monospace;
    right: .5rem;
    top: 25%;
    font-size: 1rem;
    position: absolute;
    pointer-events: none
}

label:before:not(.live-label) {
    content: "";
    right: .1rem;
    top: 25%;
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    pointer-events: none;
    display: block
}

.rankItem:last-child {
    border-bottom: none;
    padding-bottom: 0
}

/*
!* general *!
.hidden {
    display: none !important;
}
.right {
    display: inline-block;
    color: #6c6c6c;
    text-align: right;
}
.compet-red {
    background-color: #d0021b;
}

.compet-green {
    background-color: #6eba1b;
}

.compet-clear-blue {
    background-color: #4192e6;
}

.compet-dark-blue {
    background-color: #264b72;
}

.compet-black {
    background-color: #000;
}
select.minimal {
    !* styling *!
    background-color: white;
    border: thin solid #c4c4c4;
    border-radius: 4px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;

    !* reset *!
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    max-width: 245px;
}

select.minimal {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
}

select.minimal:focus {
    color: #F5871F;
    background-image: linear-gradient(45deg, #F5871F 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #F5871F 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    border-color: #F5871F;
    outline: 0;
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}


!* widget competition ranking *!
.th-with-svg {
    cursor:pointer;
}
.ranking__block {
    border: #e3e3e3 solid 1px;
    width: 100%;
    margin-top: 3rem;
    color: #2e2e2e;
    position: relative;
}

.ranking__block__menu {
    border-bottom: #d5d5d5 solid 1px;
    position: relative;
    font-weight: 500;
}


.ranking__filter {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
}

.ranking__filter a {
    display: inline-block;
    color: #011d42;
    text-decoration: none;
    margin-right: 1rem;
    margin-left: 1rem;
    cursor: pointer;
}

.ranking__filter a:hover,
.ranking__filter a.active {
    color: #F5871F;
}

#legend__show {
    position: absolute;
    background: white;
    border: 1px solid;
    left: 14px;
    top: 130px;
    padding: 1em;
}
#legend__show h2 {
    font-size: 2rem;
}

.competition__ranking table {
    width: 100%;
}

.competition__ranking th {
    text-transform: uppercase;
    color: #b7b7b7;
    text-align: center;
    font-weight: 600;
}

.competition__ranking table td {
    text-align: center;
}

.competition__ranking table th:nth-child(2) {
    text-align: left;
    padding: 1% 0 1% 1.5%;
}

.competition__ranking table th:nth-child(n+3) {
    width: 5%;
    text-align: center;
}

.competition__ranking table td:first-child {
    width: 0.1%;
    text-align: left;
}

.competition__ranking table td:nth-child(2) {
    width: 4%;
    text-align: center;
    padding: 1% 0;
}

.competition__ranking table td:nth-child(3) {
    width: 55%;
    text-align: left;
}

.competition__ranking table th {
    border-bottom: #d5d5d5 solid 1px;
}

.competition__ranking table td {
    border-bottom: #efefef solid 1px;
}

.competition__ranking table td {
    color: #787878;
}

.competition__ranking table td:nth-child(2) {
    font-weight: 700;
}

.competition__ranking table td:nth-child(-n+4) {
    color: #2e2e2e;
}

.competition__ranking .table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 3px;
    vertical-align: middle;
}*/
.blink--live {
    -webkit-animation: blink 1s linear infinite;
    animation: blink 1s linear infinite
}

@keyframes blink {
    50% {
        opacity: 0
    }
}

.event__header__central {
    background-color: hsla(0, 0%, 100%, .21176470588235294)
}

.event__tennis__item__versus_game--score {
    text-align: center;
    color: red;
    padding: .3rem;
    margin: .5rem .3rem .5rem .5rem
}

.event__tennis__item__versus--item {
    background: #d3d3d3;
    border-radius: 8px
}

.form-switch {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 3rem;
    margin-right: .5rem;
    line-height: 1.5
}

.form-switch-checkbox {
    display: none
}

.form-switch-label {
    display: block;
    border-width: 1px;
    border-radius: 9999px;
    overflow: hidden;
    cursor: pointer;
    background-color: #dae4e9;
    margin-top: .25rem;
    height: 1rem;
    box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, .3686274509803922);
    transition: background-color .2s ease-in
}

.form-switch-label:before {
    position: absolute;
    box-shadow: 0 3px 6px #a9a9a9;
    background-color: #fff;
    top: 0;
    bottom: 0;
    width: 1.5rem;
    height: 1.5rem;
    margin-left: -.25rem;
    right: 50%;
    content: "";
    transition: all .2s ease-in;
    border-radius: 50%
}

.form-switch-checkbox:checked + .form-switch-label, .form-switch-checkbox:checked + .form-switch-label:before {
    background-color: #fff
}

.form-switch-checkbox:checked + .form-switch-label {
    border: 1px solid red
}

.form-switch-checkbox:checked + .form-switch-label:before {
    right: 0;
    background: red;
    border: 1px solid red
}

input#collapseBtn {
    display: none
}

label[for=collapseBtn] {
    background: #fff;
    height: 2rem;
    font-weight: 700
}

.live__events__block__event__progress__goal {
    background-color: #d1eed0
}

label[for=collapseBtn] {
    height: 3rem;
    padding: 1rem
}

.collapsable {
    max-height: 20rem;
    overflow: hidden
}

.see__more_gradient {
    height: 4rem;
    padding: 1rem;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, .25) 0, #fff)
}

input:checked ~ .see__more_gradient {
    display: none
}

input:checked ~ .collapsable {
    max-height: 100%
}

.live__events__super--preview {
    position: relative;
    display: flex;
    flex-direction: column-reverse
}

.live__events__preview {
    display: flex;
    width: 100%;
    margin-top: 2rem
}

.live__events__super--preview:before {
    content: "";
    position: absolute;
    left: calc(50% - 1px);
    width: 2px;
    height: 100%;
    z-index: -1
}

.live__events__super--preview:after {
    content: "";
    border-radius: 50%;
    position: absolute;
    left: calc(50% - 5px);
    width: 10px;
    height: 10px;
    top: 0
}

.live__events__minute {
    width: 2.25rem;
    height: 2.25rem;
    text-align: center;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0
}

.live__events__team1, .live__events__team2 {
    width: 100%;
    display: flex;
    align-items: center
}

.absolute-up-and-down {
    position: absolute;
    right: .3rem
}

@media screen and (min-width: 30em) {
    .absolute-up-and-down {
        position: absolute;
        right: 1rem
    }
}

.half {
    float: left;
    width: 100%
}

.tab {
    position: relative;
    margin-bottom: 5px;
    width: 100%;
    color: #fff;
    overflow: hidden
}

.tab input {
    position: absolute;
    opacity: 0;
    z-index: -1
}

.tab label {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 0 0 0 1em;
    font-weight: 700;
    line-height: 3;
    cursor: pointer;
    align-items: center;
    background: #d3d3d3
}

.blue label {
    background: #2980b9
}

.tab-content-bet {
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s ease-in-out;
    color: #000
}

.blue .tab-content-bet {
    background: #3498db
}

.tab-content-bet p {
    margin: 1em
}

.tab input:checked ~ .tab-content-bet {
    max-height: 100vh
}

.tab label:after {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3em;
    height: 3em;
    line-height: 3;
    text-align: center;
    transition: all .5s;
    transform-origin: center
}

.tab input[type=checkbox]:checked + label:after {
    transform: rotate(180deg)
}