@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Roboto&display=swap');

body {
    overflow-y: scroll;
    overflow-x: hidden;
    min-height: 100vh;

}

section {
    overflow: hidden;
}

#content {
    min-height: 1200px;
}

section,
footer {
    margin: 0 auto;
}

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

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

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

/**
Use a more readable tab size (opinionated).
*/

html {
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
    margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
    font-family:
        system-ui,
        -apple-system,
        /* Firefox supports this but not yet `system-ui` */
        'Segoe UI',
        Roboto,
        Helvetica,
        Arial,
        sans-serif,
        'Apple Color Emoji',
        'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
    height: 0;
    /* 1 */
    color: inherit;
    /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
    font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
    font-family:
        ui-monospace,
        SFMono-Regular,
        Consolas,
        'Liberation Mono',
        Menlo,
        monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
    font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
    text-indent: 0;
    /* 1 */
    border-color: inherit;
    /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

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

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select {
    /* 1 */
    text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

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

/**
Remove the inner border and padding in Firefox.
*/

/**
Restore the focus styles unset by the previous rule.
*/

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
    padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
    vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
    display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0;
}

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

fieldset {
    margin: 0;
    padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

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";
    /* 1 */
    line-height: 1.5;
    /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

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

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
    box-sizing: border-box;
    /* 1 */
    border-width: 0;
    /* 2 */
    border-style: solid;
    /* 2 */
    border-color: currentColor;
    /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
    border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

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

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

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */

table {
    border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

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

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

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

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

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

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
    /* 1 */
    vertical-align: middle;
    /* 2 */
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
    max-width: 100%;
    height: auto;
}

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

*,
::before,
::after {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.container {
    width: 100%;
}

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

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

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

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

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

.top-0 {
    top: 0px;
}

.z-30 {
    z-index: 30;
}

.m-28 {
    margin: 7rem;
}

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

.mb-10 {
    margin-bottom: 2.5rem;
}

.flex {
    display: flex;
}

.table {
    display: table;
}

.w-full {
    width: 100%;
}

.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));
}

@-webkit-keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes ping {

    75%,
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes ping {

    75%,
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

@-webkit-keyframes pulse {
    50% {
        opacity: .5;
    }
}

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

@-webkit-keyframes bounce {

    0%,
    100% {
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
        animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    }

    50% {
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
        animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    }

    50% {
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }
}

.flex-wrap {
    flex-wrap: wrap;
}

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

.text-center {
    text-align: center;
}

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

*,
::before,
::after {
    --tw-shadow: 0 0 #0000;
}

*,
::before,
::after {
    --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 #0000;
    --tw-ring-shadow: 0 0 #0000;
}

.filter {
    --tw-blur: var(--tw-empty,
            /*!*/
            /*!*/
        );
    --tw-brightness: var(--tw-empty,
            /*!*/
            /*!*/
        );
    --tw-contrast: var(--tw-empty,
            /*!*/
            /*!*/
        );
    --tw-grayscale: var(--tw-empty,
            /*!*/
            /*!*/
        );
    --tw-hue-rotate: var(--tw-empty,
            /*!*/
            /*!*/
        );
    --tw-invert: var(--tw-empty,
            /*!*/
            /*!*/
        );
    --tw-saturate: var(--tw-empty,
            /*!*/
            /*!*/
        );
    --tw-sepia: var(--tw-empty,
            /*!*/
            /*!*/
        );
    --tw-drop-shadow: var(--tw-empty,
            /*!*/
            /*!*/
        );
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.blur {
    --tw-blur: blur(8px);
}

@media (min-width: 640px) {}

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

@media (min-width: 1024px) {
    .lg\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
}

@media (min-width: 1280px) {}

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

import-url=https: //fonts.cdnfonts.com/css/gotham*/

@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    src: local('Gotham'),
        url=https: //fonts.cdnfonts.com/s/14898/GothamBook.woff*/
        url() format('woff');
}

@font-face {
    font-family: 'Gotham';
    font-style: italic;
    font-weight: 400;
    src: local('Gotham'),
        url=https: //fonts.cdnfonts.com/s/14898/GothamBookItalic.woff*/
        url() format('woff');
}

@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 300;
    src: local('Gotham'),
        https: //fonts.cdnfonts.com/s/14898/GothamLight.woff*/
        url() format('woff');
}

@font-face {
    font-family: 'Gotham';
    font-style: italic;
    font-weight: 300;
    src: local('Gotham'),
        url=https: //fonts.cdnfonts.com/s/14898/GothamLightItalic.woff*/
        url() format('woff');
}

@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 500;
    src: local('Gotham'),
        url=https: //fonts.cdnfonts.com/s/14898/GothamMedium.woff*/
        url() format('woff');
}

@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 500;
    src: local('Gotham'),
        url=https: //fonts.cdnfonts.com/s/14898/GothamMedium_1.woff*/
        url() format('woff');
}

@font-face {
    font-family: 'Gotham';
    font-style: italic;
    font-weight: 500;
    src: local('Gotham'),
        url=https: //fonts.cdnfonts.com/s/14898/GothamMediumItalic.woff*/
        url() format('woff');
}

@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 700;
    src: local('Gotham'),
        url=https: //fonts.cdnfonts.com/s/14898/GothamBold.woff*/
        url() format('woff');
}

@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 700;
    src: local('Gotham'),
        url=https: //fonts.cdnfonts.com/s/14898/Gotham-Bold.woff*/
        url() format('woff');
}

@font-face {
    font-family: 'Gotham';
    font-style: italic;
    font-weight: 700;
    src: local('Gotham'),
        url=https: //fonts.cdnfonts.com/s/14898/GothamBoldItalic.woff*/
        url() format('woff');
}

@font-face {
    font-family: 'Gotham Black';
    font-style: normal;
    font-weight: 500;
    src: local('Gotham Black'),
        url=https: //fonts.cdnfonts.com/s/14898/Gotham-Black.woff*/
        url() format('woff');
}

@font-face {
    font-family: 'Gotham Light';
    font-style: normal;
    font-weight: 500;
    src: local('Gotham Light'),
        url=https: //fonts.cdnfonts.com/s/14898/Gotham-Light.woff*/
        url() format('woff');
}

@font-face {
    font-family: 'Gotham Thin';
    font-style: normal;
    font-weight: 500;
    src: local('Gotham Thin'),
        url=https: //fonts.cdnfonts.com/s/14898/Gotham-Thin.woff*/
        url() format('woff');
}

@font-face {
    font-family: 'Gotham XLight';
    font-style: normal;
    font-weight: 500;
    src: local('Gotham XLight'),
        url=https: //fonts.cdnfonts.com/s/14898/Gotham-XLight.woff*/
        url() format('woff');
}

@font-face {
    font-family: 'Gotham Book';
    font-style: italic;
    font-weight: 500;
    src: local('Gotham Book'),
        url=https: //fonts.cdnfonts.com/s/14898/Gotham-BookItalic.woff*/
        url() format('woff');
}

@font-face {
    font-family: 'Gotham Thin';
    font-style: italic;
    font-weight: 500;
    src: local('Gotham Thin'),
        url=https: //fonts.cdnfonts.com/s/14898/Gotham-ThinItalic.woff*/
        url() format('woff');
}

@font-face {
    font-family: 'Gotham Ultra';
    font-style: italic;
    font-weight: 500;
    src: local('Gotham Ultra'),
        url=https: //fonts.cdnfonts.com/s/14898/Gotham-UltraItalic.woff*/
        url() format('woff');
}

@font-face {
    font-family: 'Gotham XLight';
    font-style: italic;
    font-weight: 500;
    src: local('Gotham XLight'),
        url=https: //fonts.cdnfonts.com/s/14898/Gotham-XLightItalic.woff*/
        url() format('woff');
}



.bonus,
body {
    color: #bfbfbf;
    -webkit-font-smoothing: antialiased;
    font-smooth: always;
    font-family: "axisextra_bold";
    background-attachment: fixed !important;
    background-size: cover !important;
    background-position-x: center !important;
    background-position-y: top !important;
    background-repeat: no-repeat !important;
    width: 100vw;
    height: 100vh;
    margin-left: auto;
    margin-right: auto
}

body {
    background:
        url=/_nuxt/img/BG_img.fc850ec.jpg*/ url()
}

.flag {
    position: absolute;
    width: 155px;
    height: 47px;
    padding-left: 11px;
    padding-top: 11px;
    text-align: left;
    font-size: 13px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url(data:image/webp;base64,UklGRjgCAABXRUJQVlA4WAoAAAAQAAAAjgAAKgAAQUxQSMkAAAABgJpt25vqo6gootDZgepis8Hvsgd1Ai4GiEdhe5XI3hwXPqju3tP7915HRsQEyGuv3lpdoej1MK2l5OvNCiqv3C+yWlA7sL5kAsUH8S/woXrzC1a6wXzuqlxofwraB2wgz8Y+TgYKbDwcMjBhA4aN0CYDARvIs7GPk4ECGw+HDEzYgM9GaJOBgA3k2djHyUCFjYdDBiZswGcjZAPe/8bZ4uLsCRPXmi1Snb07crVPyZvuEW8ehcVEgwwRcyJDkm0yRMyJDEk2SAAAVlA4IEgBAAAwDACdASqPACsAPikSh0IhoQuKAAwBQlAGnNDj8A/ADZz+Afh3+JtOA/t32q7wB/bt0B+gH+A9v/nAOAA8m//Y/474EP1S9gj9J/+wCKGmf/If61VJ98v0chhAk67b2sskRVVe8whM/5WwAP70o8x2Sv1GxDAZ/MeF/7kMKEaX97GHVvxlTjKn/F5pAeW+FGaekP/GXGqGtArDSt9P0Eu9w2vb//82wJY0vwte3cQBRRkgf4Kgmwzz1w9IRnGPSsqNAFzbQuzC62Br7ozwdgIHuxTjGIC0fkJ4zrpK7Cal/97erqmNuSFgcaHRv1//+CmcDAv/8+gH1/7XMcPwhf+UCNPBb/4m74mlw9DVwZ8Z4p6YHL/4yHkWx7KSwOXkD+6IX/659Xfa4RVGEB9jR/oIGvbQX2vetzmUFYOED7ijMxxYREm0IAAA);
    z-index: 2;
    top: -14%;
    left: -10px;
    text-transform: uppercase;
    color: #000
}

.editors-choice {
    background-image:
        url(assets/editors-choice.effcdad.png);
}

.trending-now {
    background-image:
        url(assets/trending-now.6601088.png);
}

.players-choice {
    background-image:
        url(assets/players-choice.6c8e6fe.png);
}

.unique-offer {
    background-image: url(data:image/webp;base64,UklGRlwCAABXRUJQVlA4WAoAAAAQAAAAjgAAKgAAQUxQSM4AAAABgKpt29rmK7eKQecgSi42vsw9Ddh2BjmAsZ+LHMo5VHG76lOH7h3z916TETEB8tqynYcFFF08XtsF+frGA1R+ML8o7kDt3diXXEHxs+AXjKC68wUPuqH1uYVyXvxT0H6XDVTYcINkYMzGxiADV2ygxYYXJwO7bKDChhskA9tsbAwycMUG+mx4cTJwwAYqbLhBMrDNxsYgA1dsoM+Gxwas/41FjIuFJUws7KzIzs3t26em9gV505zhzZmwmDghQ6Q6J0Pyp2SIdOdkSP6YBFZQOCBoAQAAcAwAnQEqjwArAD4pEodCIaELjK4ADAFCUAaRkYvwD8K9rB4B+FH5GU5P+x7QpuAP0A9f/nIOAA8qT/M/1X4Fv2M/a/2TCZYIa1OT0kMZrP5hvhlIenM/7Gjt1VMgfW5BfdQxYCDITZuincsAAP7zaXrYH5FcYYcpSXziLziL/ziC6LX2l/Hu3NtpqT8eAAfU23YeVFfMoHwa/fz1HhBBhzQ/XAG2RiVGDxXf+//++04vyqTTXueaDfHaB7cOSpc4wPIvPql1AaX6gAJk5TYls52fAejffT/cdBbl+Dz3PFiY0CuJW6f/16y6qbaG55QoPmcYjg70YVXu6dgtp+2Edkl4gP7rK5OCfL+hUB4v9vh0Bk//IwMYL9H8GvOsdAGxiLvgnR2fu9Qolj/0uTJx083WsRj0dfnoSaA2j6DGwxNozpkmgo/XGU7295W3vdllihFj0Ik2w9xd5CvxDS3b3TCWjYi7QAAA)
}

.fb_desktop_content_strip {
    position: relative;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    z-index: 200;
    background-color: #000
}

.fb_dk_logo {
    top: 135px;
    width: 123px;
    height: 82px
}

.fb_dk_logo,
.fb_mobile_image {
    position: absolute;
    z-index: 199;
    background-repeat: no-repeat
}

.fb_mobile_image {
    top: 280px;
    width: 449px;
    height: 478px
}

.fb_offer_image {
    cursor: pointer;
    position: absolute;
    top: 307px;
    width: 186px;
    height: 213px;
    z-index: 199;
    background-repeat: no-repeat
}

.fb_offer_mobile_image {
    width: 100%;
    height: auto;
    margin-top: -5px;
    margin-bottom: 10px
}

.popup {
    background-color: #0c001f !important
}

.fb_popup_div {
    top: 50%;
    left: calc(50% + 72px);
    margin: 0;
    text-align: center;
    position: absolute;
    transform: translateX(-50%) translateY(-50%)
}

.fb_popup_logo {
    left: -70px;
    position: relative
}

.fb_popup_x {
    top: 110px;
    left: 960px
}

.fb_popup_text,
.fb_popup_x {
    cursor: pointer;
    position: absolute
}

.fb_popup_text {
    top: 315px;
    left: 125px;
    font-size: 48px
}

.fb_popup_image {
    width: 1159px;
    height: 636px;
    cursor: pointer;
    margin-top: 30px;
    background-repeat: no-repeat
}

/*purgecss end ignore*/
/*purgecss start ignore*/

@media (max-width:1024px) {
    .md-hidden {
        display: none !important
    }

    .site-text {
        font-size: 16px !important;
    }

    .site-title {
        font-size: 25px !important;
        line-height: 27px !important
    }

    body {
        background-image: none !important;
        background: radial-gradient(91.46% 91.46% at 91.46% 12.44%, #2e1377 0, #3b2ee7 49.17%, #6e8ff5 100%) !important
    }

    #nav-content-mobile {
        width: 100%;
        text-align: center;
        position: relative;
        height: 40px
    }

    .logo {
        width: 216px;
        margin: 20px auto
    }

    .cta,
    .logo {
        position: relative
    }

    .cta {
        top: 0 !important
    }

    #titles-container {
        width: 90%;
        margin: 0 auto;
        padding-bottom: 40px;
    }

    .items-header-title {
        width: 100% !important;
        text-align: right !important;
        padding-right: 5.25%
    }

    .flag.mobile {
        top: -12%;
        left: -10px;
        padding-top: 13px !important;
        padding-left: 25px !important;
        font-size: 10px !important
    }

    .items-background,
    .items-header {
        width: 100% !important
    }

    .items-header {
        font-size: 12px !important
    }

    .item-offer {
        position: relative;
        height: 217px !important;
        width: 94% !important;
        align-content: flex-start !important;
        justify-content: space-between !important;
        padding-top: 10px !important
    }

    .item-offer-bonus-text-mobile {
        text-align: center !important;
        width: 100%
    }

    .logo-container {
        width: 50% !important;
        align-content: flex-start !important
    }

    .logo-operator {
        width: 100px !important
    }

    .item-offer-bonus-container {
        width: 50% !important;
        height: 65% !important;
        display: flex !important;
        flex-wrap: wrap !important;
        align-content: space-around !important;
        justify-content: center !important
    }

    .item-offer-bonus {
        position: relative !important;
        font-size: 18px !important;
        width: 168px !important;
        height: 47px !important;
        padding: 12px 0 !important
    }

    .item-offer-bonus-text-mobile {
        position: relative;
        color: #434343;
        font-size: 12px !important;
        font-weight: 400 !important;
        text-align: center;
        display: flex;
        flex-wrap: wrap !important;
        flex-direction: row;
        justify-content: flex-start;
        align-items: normal;
        font-family: "Gotham", sans-serif
    }

    .item-offer-payments-mobile {
        display: flex;
        width: inherit;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        align-content: center
    }

    .item-offer-score-mobile {
        display: flex;
        font-size: 17px;
        margin-left: 10px
    }

    .item-offer-description-mobile {
        position: relative;
        height: 87px
    }

    .stars-mobile,
    .stars.mobile {
        width: 65% !important;
        position: relative;
        height: auto !important;
        justify-content: space-evenly !important;
        align-items: flex-start !important
    }

    .stars-mobile .star-empty,
    .stars-mobile .star-full,
    .stars-mobile .star-half {
        position: relative !important;
        background-size: contain;
        background-repeat: no-repeat
    }

    .item-offer-separator-container.mobile {
        position: relative;
        width: 1px !important;
        margin: 0 auto;
        background-color: #000;
        height: 89px;
        flex: none
    }

    .item-offer-separator.mobile {
        background-color: #000;
        max-height: 100%;
        max-width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        opacity: .06
    }

    .item-offer-bonus-text {
        width: 100% !important;
        text-align: center;
        line-height: 1
    }

    .item-offer-bonus-line.line-1.mobile {
        font-size: 6vw
    }

    .item-offer-bonus-price {
        font-size: 7vw
    }

    .item-offer-bonus-line.line-2.mobile {
        font-size: 13px
    }

    .footer-content,
    footer .container {
        width: 100% !important;
        padding: 10px 20px !important
    }

    #mobile_popup .item-offer-bonus-line.line-2 {
        line-height: 60px
    }

    #mobile_popup {
        background-size: contain;
        width: 90%;
        margin: 0 auto
    }

    #mobile_popup .popup-close-container {
        background-color: transparent;
        overflow: visible;
        right: 3%;
        top: .3%;
        position: fixed;
        z-index: 1000000
    }

    .popup_glass_bg {
        background:
            url=/_nuxt/img/popup-bg.88048a8.jpg*/ var(--savepage-url-14);
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
        height: 500px
    }
}

.footer-content h1 {
    font-weight: 800 !important;
    color: #bfbfbf !important;
    text-transform: uppercase !important;
    font-size: 17px !important
}

.footer-content h2 {
    font-size: 40px !important;
    line-height: 46px !important
}

@media (min-width:1025px) {
    .lg-hidden {
        display: none !important
    }
}

/*purgecss end ignore*/
/*purgecss start ignore*/
.nuxt-progress {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    width: 0;
    opacity: 1;
    transition: width .1s, opacity .4s;
    background-color: #000;
    z-index: 999999
}

.nuxt-progress.nuxt-progress-notransition {
    transition: none
}

.nuxt-progress-failed {
    background-color: red
}

/*purgecss end ignore*/
/*purgecss start ignore*/
#header {
    width: 100vw;
    margin: 0 auto;
    justify-content: center
}

#header,
.logo {
    position: relative
}

/*purgecss end ignore*/
/*purgecss start ignore*/
.items-header {
    position: relative;
    height: 30px;
    font-weight: 800;
    font-size: 15px;
    letter-spacing: -.3px;
    color: #bebcc2;
    text-transform: uppercase;
    opacity: 1;
    width: 1024px;
    margin: 0 auto
}

.items-header-spacer {
    position: relative;
    width: 230px;
    display: inline-block
}

.items-header-title {
    display: inline-block
}

.items-container {
    position: relative;
    clear: both
}

.site-title {
    font-family: "Gotham", sans-serif;
    font-size: 35px;
    font-weight: 800;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 20px;
}

.site-title-yellow {
    color: #ffe819
}

.site-text {
    letter-spacing: 0;
    color: #fff;
    font-family: "Gotham", sans-serif
}

.item-offer {
    background: #fff;
    width: 1024px;
    height: 152px;
    margin: 0 auto 28px;
    cursor: pointer;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 10px
}

.item-offer,
.item-offer-score {
    position: relative;
    display: flex;
    align-items: center
}

.item-offer-score {
    color: #2f2f2f;
    font-weight: 300;
    width: 300px;
    height: 100%;
    line-height: 1.1;
    font-weight: 500;
    line-height: 24px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #2F2F2F;
}

.item-offer-bonus-container {
    position: relative;
    height: 90%;
    width: 250px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-around
}

.item-offer-bonus-text {
    position: relative;
    width: 260px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    justify-content: space-around;
    font-family: 'Montserrat';
}

.item-offer-bonus-line {
    color: #434343;
    text-transform: uppercase;
    position: relative;
    width: 90%;
    text-align: center
}

.item-offer-bonus-line.line-1 {
    font-size: 36px;
    font-weight: 800;
    letter-spacing: -.6px;
    line-height: 1
}

.item-offer-bonus-price {
    font-size: 34px
}

#desktop_popup .item-offer-bonus-line.line-1 {
    font-size: 38px;
    line-height: 55px
}

#desktop_popup .item-offer-bonus-price,
#mobile_popup .item-offer-bonus-price {
    font-size: 81px;
    line-height: 50px
}

.item-offer-bonus-line.line-2 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    padding-top: 10px;
}

.item-offer-bonus-line.line-3 {
    font-size: 26px;
    font-weight: 400;
    letter-spacing: -.75px;
    text-transform: none;
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    /* line-height: 32px; */
    text-transform: uppercase;
}

.item-offer-bonus {
    background-color: #ffe819;
    border-radius: 8px;
    opacity: 1;
    width: 236px;
    height: 70px;
    display: flex;
    font-size: 22px;
    color: #000;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
}

.item-offer-payments {
    display: flex;
    width: 100%;
    justify-content: space-between
}

.logo-container {
    position: relative;
    width: 190px;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center
}

.logo-operator {
    width: 130px;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    position: relative;
    margin: auto
}

.star-full {
    background: url('assets/crown.svg') no-repeat;
    background-size: contain;
}

.star-full,
.star-half {
    display: inline-block;
    position: relative;
    width: 25px;
    height: 25px
}

.star-half {
    background: url('assets/crown-half.svg') no-repeat;
    background-size: contain;
}

.star-empty {
    display: inline-block;
    position: relative;
    background:
        url('assets/crown-empty.svg') no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px
}

.state-regulations {
    position: relative;
    width: 100%;
    display: block
}

.footer-content-container {
    position: relative;
    width: 100%;
    padding: 50px 0;
    background: #fff
}

.footer-content {
    position: relative;
    width: 900px;
    margin: 0 auto;
    font-family: "Gotham", sans-serif;
    font-size: 16px;
    color: #000;
    letter-spacing: -.36px
}

.footer-content h1 {
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -.55px;
    color: #47306a !important;
    text-transform: uppercase
}

.footer-content h2 {
    font-size: 45px;
    font-weight: 700;
    letter-spacing: -1.13px;
    color: #47306a;
    text-transform: uppercase
}

.bonus {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(91.46% 91.46% at 91.46% 12.44%, #2e1377 0, #3b2ee7 49.17%, #6e8ff5 100%);
    z-index: 1000;
    display: table
}

.popup-close-container {
    float: right;
    right: 95px;
    top: -70px;
    position: relative
}

.popup-close {
    cursor: pointer
}

.popup-offers-container {
    display: block;
    margin: 0 auto;
    width: 1024px;
    text-align: center;
    position: relative;
    top: -50px
}

.logo-popup {
    width: 216px;
    margin: 0 auto
}

.popup-offer-img {
    position: relative;
    width: 96%;
    background: #fff;
    margin: 0 auto
}

.popup-row {
    display: table-row
}

.popup-cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

.popup-image {
    position: absolute;
    top: 25%;
    left: 25%
}

.popup_box {
    width: 345px;
    height: 545px;
    display: inline-table;
    background:
        url=/_nuxt/img/popup-bg.88048a8.jpg*/ var(--savepage-url-14);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 331px 512px
}

.popup-title {
    height: 15%;
    position: relative;
    width: 100%;
    text-align: center
}

.popup_title {
    font-size: 35px;
    font-weight: 700
}

.popup-sub-title,
.popup_title {
    color: #fff;
    line-height: 24px;
    font-family: "Gotham", sans-serif
}

.popup-sub-title {
    font-size: 20px
}

.popup_left {
    transform: scale(.75);
    position: relative;
    right: -10%;
    top: 30px
}

.popup_center {
    transform: scale(.85);
    position: relative;
    top: -20px
}

.popup_right {
    transform: scale(.75);
    position: relative;
    left: -10%;
    top: 30px
}

.popup_image {
    width: auto;
    height: auto;
    max-height: 160px;
    max-width: 300px;
    vertical-align: middle;
    margin: 0 auto;
    padding: 15px 0;
    transform: scale(1.3)
}

.popup-badge {
    position: absolute;
    z-index: 1;
    right: -20px;
    top: -7px
}

.btn-bonus {
    display: inline-block;
    border-radius: 10px;
    padding: 15px 50px;
    background: #ffe819;
    font-size: 22px;
    font-weight: 800;
    color: #000;
    margin-bottom: 30px
}

.desktop-links,
.popup-links {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 101
}

.flex {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.item-offer-bonus-text-mobile {
    position: relative;
    color: #434343;
    font-size: 20px;
    font-weight: 800;
    vertical-align: text-bottom;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    flex-direction: row-reverse;
    align-items: stretch;
    align-content: center;
    width: 95%;
    margin-top: 5px
}

.stars-mobile {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-content: center;
    height: 100%;
    align-items: flex-end;
    justify-content: space-between;
    margin-left: 5px;
    align-self: center;
}

.waves {
    position: relative;
    width: 100%;
    height: 15vh;
    margin-bottom: -1px;
    min-height: 100px;
    max-height: 150px
}

.parallax > use {
    -webkit-animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite
}

.parallax > use:first-child {
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
    -webkit-animation-duration: 7s;
    animation-duration: 7s
}

.parallax > use:nth-child(2) {
    -webkit-animation-delay: -3s;
    animation-delay: -3s;
    -webkit-animation-duration: 10s;
    animation-duration: 10s
}

.parallax > use:nth-child(3) {
    -webkit-animation-delay: -4s;
    animation-delay: -4s;
    -webkit-animation-duration: 13s;
    animation-duration: 13s
}

.parallax > use:nth-child(4) {
    -webkit-animation-delay: -5s;
    animation-delay: -5s;
    -webkit-animation-duration: 20s;
    animation-duration: 20s
}

@-webkit-keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0)
    }

    to {
        transform: translate3d(85px, 0, 0)
    }
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0)
    }

    to {
        transform: translate3d(85px, 0, 0)
    }
}

@media (max-width:768px) {
    .waves {
        height: 40px;
        min-height: 40px
    }
}

/*purgecss end ignore*/
/*purgecss start ignore*/
footer {
    background-color: #2f147a;
    color: #fff;
    font-family: Arial, sans-serif
}

footer a {
    text-decoration: none
}

footer .container {
    position: relative;
    width: 900px;
    margin: 0 auto;
    padding: 47px 0
}

@media screen and (max-width:1024px) {
    footer {
        font-size: 12px !important
    }
}

@media all {
    #cookie-law-info-bar {
        font-size: 15px;
        margin: 0 auto;
        padding: 12px 10px;
        position: absolute;
        text-align: center;
        box-sizing: border-box;
        width: 100%;
        z-index: 9999;
        display: none;
        left: 0;
        font-weight: 300;
        box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, .3)
    }

    #cookie-law-info-bar span {
        vertical-align: middle
    }

    .cli-plugin-button,
    .cli-plugin-button:visited {
        display: inline-block;
        padding: 9px 12px;
        color: #fff;
        position: relative;
        cursor: pointer;
        margin-left: 5px;
        text-decoration: none
    }

    .cli-plugin-button:hover {
        background-color: #111;
        color: #fff;
        text-decoration: none
    }

    .cli-plugin-button,
    .cli-plugin-button:visited,
    .medium.cli-plugin-button,
    .medium.cli-plugin-button:visited {
        font-size: 13px;
        font-weight: 400;
        line-height: 1
    }

    .cli-plugin-button {
        margin-top: 5px
    }
}

/*! CSS Used from: https://tailwindsw.com/wp-content/plugins/cookie-law-info/public/css/cookie-law-info-gdpr.css?ver=2.0.9 ; media=all */
@media all {
    .cli_settings_button {
        cursor: pointer
    }

    .cli-bar-container {
        float: none;
        margin: 0 auto;
        justify-content: space-between
    }

    .cli-bar-btn_container,
    .cli-bar-container {
        display: flex;
        align-items: center
    }

    .cli-bar-btn_container {
        margin-left: 20px;
        flex-wrap: nowrap
    }

    .cli-style-v2 a {
        cursor: pointer
    }

    .cli-bar-btn_container a {
        white-space: nowrap
    }

    .cli-style-v2 {
        font-size: 11pt;
        line-height: 18px;
        font-weight: 400
    }

    .cli-style-v2 .cli-bar-message {
        width: 70%;
        text-align: left
    }

    .cli-style-v2 .cli-bar-btn_container .cli_action_button,
    .cli-style-v2 .cli-bar-btn_container .cli_settings_button {
        margin-left: 5px
    }

    #cookie-law-info-bar[data-cli-style=cli-style-v2] {
        padding: 14px 25px
    }

    .cli-style-v2 .cli_settings_button:not(.cli-plugin-button) {
        text-decoration: underline
    }

    .cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
        margin-top: 5px;
        margin-bottom: 5px
    }
}

@media all and (max-width:985px) {
    .cli-style-v2 .cli-bar-message {
        width: 100%
    }

    .cli-style-v2.cli-bar-container {
        justify-content: left;
        flex-wrap: wrap
    }

    .cli-style-v2 .cli-bar-btn_container {
        margin-left: 0;
        margin-top: 10px
    }

    #cookie-law-info-bar[data-cli-style=cli-style-v2] {
        padding: 25px
    }
}

@media all and only screen and (max-width:479px) and (min-width:320px) {
    .cli-style-v2 .cli-bar-btn_container {
        flex-wrap: wrap
    }
}

/*purgecss start ignore*/
.__nuxt-error-page {
    padding: 1rem;
    background: #f7f8fb;
    color: #47494e;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: sans-serif;
    font-weight: 100 !important;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.__nuxt-error-page .error {
    max-width: 450px
}

.__nuxt-error-page .title {
    font-size: 1.5rem;
    margin-top: 15px;
    color: #47494e;
    margin-bottom: 8px
}

.__nuxt-error-page .description {
    color: #7f828b;
    line-height: 21px;
    margin-bottom: 10px
}

.__nuxt-error-page a {
    color: #7f828b !important;
    text-decoration: none
}

.__nuxt-error-page .logo {
    position: fixed;
    left: 12px;
    bottom: 12px
}

/*purgecss end ignore*/


/*purgecss start ignore*/
.terms[data-v-206b5c3a] {
    position: relative;
    background: #fff
}

.terms .container[data-v-206b5c3a] {
    position: relative;
    width: 1024px;
    margin: 0 auto;
    padding-top: 20px;
    color: #000
}

.item-offer-bonus:hover {
    background-color: #bfb131;
}

/*purgecss end ignore*/

</style > <style type="text/css" >

/*purgecss start ignore*/
.privacy {
    position: relative;
    background: #fff
}

.privacy .container {
    color: #000;
    position: relative;
    width: 1024px;
    margin: 0 auto;
    padding-top: 20px
}



.paymentCards {
    display: flex;
    justify-content: center;
    width: 100%;
    /* margin: 0 auto; */
    text-align: center;
    text-align: -webkit-center;
    align-self: flex-end;
}

.item {
    flex-basis: 100px;
    height: 44px;
    margin: 5px;
}

.item-offer-score.description {
    padding: 5px !important;
}

.item-offer-score-mobile.md-hidden {
    /* font-family: 'Montserrat'; */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
}




@media (max-width:768px) {


    .item-offer-score {

        font-size: 12px;

    }

    .description {
        text-align: left;
        line-height: 15px;
        /* margin-bottom: 17px; */
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 130%;
        margin-top: inherit;
        white-space: break-spaces;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        min-height: 78px;
        letter-spacing: 0;
        overflow: hidden;
        text-overflow: clip;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
    }

    .item-offer-score-mobile {
        display: flex;
        font-size: 17px;
        margin-left: 10px;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        font-size: 13px;
        line-height: 16px;
    }

    body.sports {
        margin-top: 20px;
    }

    .paymentCards {
        display: flex;
        justify-content: center;
        width: 100%;
        text-align: center;
        text-align: -webkit-center;
        align-self: flex-end;
    }

    .star-half,
    .star-full,
    .star-empty {
        width: 13px;
        height: 9px;
    }

    .item-offer-payments-mobile {
        display: flex;
        width: inherit;
        flex-direction: row;
        flex-wrap: initial;
        justify-content: space-around;
        align-items: center;
        align-content: center;
        align-self: flex-end;
    }


    .item {
        flex-basis: 100px;
        height: 0px;
        margin: 5px;
    }

    #content {
        min-height: 1000px;
    }

    section {
        overflow: hidden
    }


}
