        *, ::before, ::after {
            box-sizing: border-box;
            padding: 0;
            margin: 0;
        }
        img, svg {
            vertical-align: middle;
        }
        ol, ul, dl {
            margin-top: 0;
            margin-bottom: 1rem;
        }
        body {
            display: flex !important;
            flex-direction: column !important;
            min-height: 100vh !important;
            height: 100%;
            margin: 0;
            font-family: "Fredoka", sans-serif;
            font-size: 16px;
            font-weight: 400;
            line-height: 1.6;
            color: #fff !important;
            -webkit-text-size-adjust: 100%;
            -webkit-tap-highlight-color: transparent;
            background-color: #000123;
            background-image: url("../images/bg_dark.png");
        }
        body a {
            text-decoration: none;
        }
        h4, h3, h2, h1 {
            margin-top: 0;
            margin-bottom: 0;
            font-weight: 600;
            line-height: 1.4;
            color: #fff;
        }
        h1.ktg {
            width: 100%;
            font-size: 1.75rem;
        }
        p {
            margin-top: 0;
            margin-bottom: 1rem;
        }
        input {
            outline: 0;
        }
        input, button, select, textarea {
            margin: 0;
            font-family: inherit;
            font-size: inherit;
            line-height: inherit;
        }
        input[type="checkbox"], input[type="radio"] {
            box-sizing: border-box;
            padding: 0;
        }
        .head {
            padding: .75rem 0;
            border-bottom: 1px solid rgba(255, 255, 255, .15);
            width: 100%;
            margin: 0 auto;
        }
        .con {
            display: flex;
            flex-wrap: inherit;
            align-items: center;
            justify-content: space-between;
            max-width: 1800px;
            width: 100%;
            padding-right: 1rem;
            padding-left: 1rem;
            margin-right: auto;
            margin-left: auto;
        }
        .con2 {
            max-width: 1800px;
            width: 100%;
            margin-right: auto;
            margin-left: auto;
        }
        .hamburger span {
            background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAzMCAzMCc+PHBhdGggc3Ryb2tlPScjRkZGJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1taXRlcmxpbWl0PScxMCcgc3Ryb2tlLXdpZHRoPScyJyBkPSdNNCA3aDIyTTQgMTVoMjJNNCAyM2gyMicvPjwvc3ZnPg==);
            display: inline-block;
            width: 1.9em;
            height: 1.5em;
            vertical-align: middle;
            background-repeat: no-repeat;
            background-position: center;
            background-size: 100%;
        }
        .logo {
            display: block;
            margin-right: 1rem;
        }
        .navRight {
            flex-grow: 1;
            align-items: center;
            display: none;
        }
        .navRight ul {
            display: flex;
            flex-direction: row;
            align-items: center !important;
            padding-left: 0;
            margin-bottom: 0;
            list-style: none;
            font-weight: 500 !important;
            font-size: .95rem !important;
        }
        .navRight ul a {
            color: #fff;
            display: block;
            padding: .5rem .75rem;
        }
        .ul2 {
            margin-left: auto !important;
        }
        .active, .navRight ul a:hover {
            color: #ffd119 !important;
        }
        .form-search {
            position: relative;
            display: flex;
            background-color: transparent;
            padding: .1rem 1.5rem;
            border-radius: 100px;
            border: 2px solid #4b4d7e;
            margin-bottom: 1rem;
        }
        .form-search button {
            background-color: transparent;
            color: #a1a5b7 !important;
            border-width: 0 !important;
            position: absolute;
            top: 17px;
        }
        .form-search input {
            color: #a1a5b7;
            border-width: 0;
            padding: .75rem 2rem .75rem 2.4rem;
            width: 100%;
            background-color: transparent;
            appearance: none;
            line-height: 1.8;
        }
        .form-srch {
            background-color: transparent;
            color: #fff;
            border: 0;
        }
        input {
             outline: 0;
         }
        .svg-icon {
            display: inline-block;
            vertical-align: top;
            width: 24px;
            height: 24px;
            fill: currentColor;
            font-size: 0;
        }
        .svg-icon__link {
            border-radius: 3px;
            vertical-align: top;
            fill: inherit;
            width: inherit;
            height: inherit;
        }
        .content {
            padding: 1.5rem 0 2rem;
            flex: 1;
        }
        .game-frame, .game-frame iframe {
            width: 100%;
        }
        .close_mobile_box.hide {
            display: none;
        }
        .content .con2 {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .content .con2 > * {
            max-width: 100%;
            padding-right: .5rem;
            padding-left: .5rem;
        }
        .p1 {
            padding-right: .5rem;
            padding-left: .5rem;
        }
        .content a {
            color: #ffcc00;
            font-weight: 500;
            text-decoration: none;
        }
        .ads {
            /* margin-bottom: 1rem; */
            width: 100%;
            height: auto;
        }
        .ads span:first-child {
            text-align: center;
            font-size: .8rem;
            display: block;
        }
        .V {
            max-width: 300px;
        }
        .H {
            max-width: 850px;
        }
        .ctgGames {
            width: 100%;
            padding-top: 15px;
        }
        .gMasonry {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
            grid-gap: 20px;
            grid-auto-rows: minmax(120px, auto);
            grid-auto-flow: dense;
        }
        .gMasonry a {
            position: relative;
            border: 0;
            border-radius: 1rem;
            background-color: transparent;
            overflow: hidden;
            box-shadow: 0 6px 12px 0 rgb(0 0 0 / 24%);
            word-wrap: break-word;
        }
        .gMasonry a:hover {
            /*transform: scale(1.1);*/
        }
        .gMasonry a:hover div {
            opacity: 1;
            bottom: 0;
        }
        .gMasonry a picture {
            position: relative;
        }
        .gMasonry a img {
            position: relative;
            z-index: 1;
            width: 100%;
            height: auto;
            max-width: 100%;
            object-fit: cover;
        }
        .gMasonry a.large {
            grid-column-end: span 2;
            grid-row-end: span 2;
        }
        .gMasonry a.large span {
            grid-column-end: span 2;
            grid-row-end: span 2;
            font-size: 1rem !important;
        }
        .gMasonry a div {
            position: absolute;
            inset: 0 0 -2rem 0;
            text-align: center;
            padding: 1rem .5rem;
            display: flex;
            align-items: flex-end;
            justify-content: center;
            background: linear-gradient(to bottom, rgba(19, 19, 21, 0.1) 0%, rgba(19, 19, 21, 0.45) 75%, rgba(19, 19, 21, 0.76) 100%);
            z-index: 10;
            opacity: 0;
            transition: .25s;
            color: #5e6278;
        }
        .gMasonry a div span {
            font-size: .875rem;
            display: -webkit-box;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
            overflow: hidden;
            font-weight: 500;
            color: #fff;
        }
        .mCol {
            display: block;
            flex: 1 0 0%;
        }
        .game {
            margin-bottom: .5rem;
            position: relative;
            width: 100%;
            aspect-ratio: 16 / 9;
        }
        .gameArea {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: 550px;
            background: #0a0a0a;
            border-radius: .75rem;
            box-shadow: 0px 5px 13px -2px #00000038;
            overflow: hidden;
        }
        .game-preview {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            overflow: hidden;
            z-index: 1;
        }
        .game-preview-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 10;
            background-position: center;
            background-size: cover;
            filter: blur(10px);
        }
        .game-preview_content {
            position: relative;
            z-index: 20;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.6);
        }
        .game-preview_logo {
            position: relative;
        }
        .game-preview_logo img {
            border-radius: 8px;
            -webkit-box-shadow: 0 0 1rem 0 #fff;
            box-shadow: 0 0 1rem 0 #fff;
        }
        .game-preview_title {
            font-size: 24px;
            color: #fff;
            font-weight: bold;
            margin: 20px auto;
            background: linear-gradient(90deg, rgba(30, 87, 153, 0) 0, rgba(0, 0, 0, .3) 50%, rgba(125, 185, 232, 0));
            width: 100%;
            text-align: center;
            padding: 14px;
            font-family: inherit;
        }
        .play-btn {
            position: relative;
            display: inline-block;
        }
        .play-btn button {
            overflow: hidden;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            position: relative;
            box-shadow: 0 0 1rem 0 #fff;
            background: #FF3814;
            font-weight: 700;
            color: #fff;
            height: 50px;
            font-size: 22px;
            padding: 0 32px;
            border-radius: 16px;
            border: 0;
            margin: 0;
            cursor: pointer;
            -webkit-overflow-scrolling: touch;
            transition: box-shadow ease .15s, background-color ease .15s, transform ease .1s, opacity ease .1s;
        }
        .play-btn button::before {
            content: "";
            position: absolute;
            height: 30px;
            left: 50%;
            width: 50px;
            margin-left: -25px;
            top: 45px;
            border-radius: 10px;
            background-color: #ffffff;
        }
        .gameBtm {
            display: flex;
            flex-wrap: wrap;
            padding-right: .5rem;
            padding-left: .5rem;
        }
        .gBl {
            flex: 1 0 0%;
        }
        .gBl h1 {
            font-size: 1.125rem;
        }
        .gBr {
            flex: 0 0 auto;
            width: auto;
            text-align: right;
            justify-content: flex-end;
            margin-bottom: .5rem;
            align-items: center;
            gap: .5rem;
            display: flex;
            flex-wrap: nowrap;
        }
        .favorites {
            padding: 6px 12px;
            align-items: center;
            display: flex !important;
        }
        .favorites .svg-icon {
            margin-right: .5rem !important;
        }
        .share {
        }
        .btn {
            border-radius: .375rem;
        }
        .btnRound {
            width: 2.875rem;
            height: 2.875rem;
            padding: 0;
            border-radius: 50% !important;
        }
        .btn, .btnRound {
            background-color: #ffcc00;
            color: #000;
            transition: transform .3s ease-in-out;
            display: inline-block;
            font-weight: 400;
            line-height: 1.4;
            text-align: center;
            vertical-align: middle;
            cursor: pointer;
            -webkit-user-select: none;
            user-select: none;
            border: 1px solid transparent;
            font-size: .875rem;
        }
        .btn:hover, .btnRound:hover {
            transform: translateY(-3px);
            color: #000;
        }

        .rating {
            display: inline-flex;
            align-items: center;
            margin-top: .5rem;
            width: 175px;
            justify-content: flex-start;
        }

        #ratingDiv {
            padding-right: 10px;
            cursor: pointer;
            display: flex;
            align-items: center;
        }

        .starRating {
            width: 145px;
            height: 24px;
            list-style: none;
            padding: 0;
            margin: 0;
            position: relative;
            background: url(../images/star.png) 0 -2px;
        }

        .starRating li.current-rating {
            background-position: 0 -32px;
            text-indent: -1000px;
            background-image: url(../images/star.png);
            margin: 0;
        }

        .starRating li:hover ~ .current-rating {
            width: 0% !important;
        }

        .starRating li {
            float: left;
            height: 24px;
            line-height: 24px;
            position: absolute;
            top: 0;
            left: 0;
            text-indent: -1000em;
            outline: 0;
            overflow: hidden;
            border: none
        }

        .starRating li:hover {
            background: url(../images/star.png) 0 -32px
        }

        .starRating li:first-child {
            width: 10%;
            z-index: 11
        }

        .starRating li:nth-child(2) {
            width: 20%;
            z-index: 10
        }

        .starRating li:nth-child(3) {
            width: 30%;
            z-index: 9
        }

        .starRating li:nth-child(4) {
            width: 40%;
            z-index: 8
        }

        .starRating li:nth-child(5) {
            width: 50%;
            z-index: 7
        }

        .starRating li:nth-child(6) {
            width: 60%;
            z-index: 6
        }

        .starRating li:nth-child(7) {
            width: 70%;
            z-index: 5
        }

        .starRating li:nth-child(8) {
            width: 80%;
            z-index: 4
        }

        .starRating li:nth-child(9) {
            width: 90%;
            z-index: 3
        }

        .starRating li:nth-child(10) {
            width: 100%;
            z-index: 2
        }

        .rtg {
            display: inline-block;
        }

        .votes {
            display: none;
        }
        .game-info-content {
            display: flex;
            justify-content: flex-start;
            align-items: flex-start;
            flex-flow: row wrap;
            gap: 12px;
            margin: 0 auto;
        }
        .game_content {
            width: 100%;
            flex: 0 0 70%;
            max-width: 70%;
            background: #fff;
            padding: 24px 24px 0 24px;
            word-break: break-word;
            overflow: hidden;
            border-radius: 12px;
            box-shadow: 0 3px 3px 3px rgb(0 0 0 / 5%);
            background: linear-gradient(180deg, rgb(0 0 0 / 58%) 0%, rgb(0 0 0 / 32%) 100%);
            position: relative;
        }
        .game_content p {
            margin: 0 0 10px 0;
            font-size: 16px;
        }
        .game_content h2 {
            font-size: 24px;
            text-transform: uppercase;
        }
        .game_content h3, .game_content h4 {
            font-size: 20px;
        }
        .game_content h2, .game_content h3, .game_content h4 {
            font-weight: 700;
            margin: 0 0 10px 0;
            color: #ffcc00;
        }
        .game-desc {
            padding-bottom: 20px;
        }
        .pb-2 {
            padding-bottom: .5rem !important;
        }
        .tags a {
            background-color: #d1d3db;
            padding: .45rem 1rem;
            font-weight: 500;
            color: #240044;
            font-size: 14px;
            margin: 0 .35rem .535rem 0;
            display: inline-flex;
            transition: all .3s;
            border-radius: 50rem !important;
        }
        .show_content {
            background: transparent;
            position: absolute;
            width: calc(100% - 24px);
            bottom: 20px;
            height: 70px;
            display: flex;
            align-items: flex-end;
        }
        .ShowMore_button {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            border-radius: 8px;
            border: 0;
            background: 0 0;
            color: var(--bs-body-color);
            font-size: 12px;
            width: fit-content;
            cursor: pointer;
            gap: 12px;
            padding: 6px 12px;
        }
        #gameComments {
            flex: 0 0 calc(100% - 70% - 12px);
            max-width: calc(100% - 70% - 12px);
            width: 100%;
            margin-bottom: 1rem;
        }
        .box-comment {
            background: linear-gradient(180deg, rgb(0 0 0 / 58%) 0%, rgb(0 0 0 / 32%) 100%);
            margin-bottom: 16px;
            font-family: inherit;
            -webkit-backdrop-filter: blur(110px);
            backdrop-filter: blur(110px);
            box-sizing: border-box;
            color: inherit;
            border-radius: 12px;
            box-shadow: 0 3px 3px 3px rgb(0 0 0 / 5%);
            font-size: 14px;
        }
        .box-comment .header {
            display: flex;
            margin-bottom: 15px;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            flex-flow: row wrap;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
            padding: 24px 24px 8px 24px;
            border-radius: 7px 7px 0 0;
            border-bottom: 1px solid rgba(217, 217, 217, 0.38);
            font-size: 20px;
            font-weight: 500;
        }
        #comments_area {
            padding: 6px 24px;
            margin-bottom: 0!important;
        }
        #list_comments {
            padding-right: 10px;
            margin-right: -10px;
            max-height: 500px;
            overflow-x: hidden;
            overflow-y: scroll;
            margin-bottom: 30px;
        }
        .box-comment > div {
            margin-bottom: 15px;
        }
        .box-comment .user_status {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            margin-bottom: 5px;
        }
        .box-comment .user_status a {
            background: #D34949;
            border-radius: 50%;
            width: 32px;
            height: 32px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            font-weight: bold;
            margin-right: 6px;
            color: #fff;
        }
        .box-comment .user_status > div {
            color: #b9b9b9;
            display: flex;
            flex-direction: column;
            line-height: 1.5;
        }
        .box-comment .c-name {
            max-width: 200px;
            color: #fff;
        }
        .box-comment .user_status .c-time {
            font-size: 12px;
        }
        .content-comment {
            word-wrap: break-word;
            margin-bottom: 8px;
        }
        .box-comment .content-comment p {
            margin-bottom: 12px;
            line-height: 1.4;
            text-align: left;
            word-break: break-word;
        }
        .count-option {
            display: flex;
            justify-content: flex-start;
            align-items: center;
        }
        .box-comment .count-option a {
            color: #c0c3ce;
            margin-right: 15px;
            display: flex;
            justify-content: flex-start;
            align-items: center;
        }
        .btn-load-more {
            display: inline-block;
            font-weight: 400;
            text-align: center;
            white-space: nowrap;
            vertical-align: middle;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            border: 1px solid transparent;
            padding: 0.375rem 0.75rem;
            font-size: 1rem;
            line-height: 1.5;
            border-radius: 0.25rem;
            box-sizing: border-box;
            transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
            color: #fff !important;
            background-color: #007bff;
        }
        .form-group {
            margin-bottom: 1rem;
        }
        .box-comment .box-area-input {
            position: relative;
            margin-bottom: 16px;
            border-radius: 6px;
        }
        .form-default textarea.form-control {
            resize: none;
        }
        .box-comment .box-area-input textarea {
            width: 100%;
            resize: none;
            color: #000;
            font-size: 12px;
            outline: 0;
            overflow: hidden;
        }
        .empty-comment {
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .form-default .form-control {
            background: #fff;
            border-radius: 4px;
            font-size: 12px;
            color: #000;
            -webkit-transition-duration: 200ms;
            transition-duration: 200ms;
            -webkit-transition-property: all;
            transition-property: all;
            -webkit-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
            transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
            box-sizing: border-box;
            position: relative;
            border: 1px solid transparent;
            box-shadow: rgb(9 30 66 / 15%) 0px 4px 8px, rgb(9 30 66 / 15%) 0px 0px 2px;
        }
        .form-default .form-group {
            margin-bottom: 8px;
            position: relative;
        }
        textarea.form-control {
            min-height: calc(1.4em + 1.5rem + 2px);
        }
        @media (prefers-reduced-motion: reduce) {
            .form-control {
                transition: none;
            }
        }
        .form-control {
            display: block;
            width: 100%;
            padding: 0.45rem .75rem;
            font-size: .875rem;
            font-weight: 400;
            line-height: 1.4;
            color: #c0c3ce;
            background-color: #fff;
            background-clip: padding-box;
            border: 1px solid #e4e6ef;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            border-radius: .375rem;
            transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        }
        textarea {
            resize: vertical;
        }
        .box-area-input .send-comment {
            position: absolute;
            right: 4px;
            top: 50%;
            transform: translateY(-50%);
        }
        .box-comment .box-area-input .send-comment span {
            border-radius: 6px;
            color: #fff !important;
            width: 28px;
            height: 28px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            color: #aed5ff;
            margin-left: 10px;
            cursor: pointer;
            background: grey !important;
        }
        .confir_res {
            padding-left: 26px;
            position: relative;
            cursor: pointer;
            display: block;
            margin-bottom: 0.5rem;
            text-align: left;
        }
        .confir_res {
            cursor: pointer;
            text-align: left;
        }
        .confir_res .text {
            font-size: 12px;
        }
        .confir_res input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
        }
        .confir_res .checkmark {
            position: absolute;
            top: 0px;
            left: 0;
            height: 18px;
            width: 18px;
            background: #ffffff;
            border: none;
            box-sizing: border-box;
            border-radius: 4px;
        }
        .hidden {
            display: none;
        }

        .icon-svg {
            width: 16px;
            height: 16px;
            fill: currentColor;
        }
        .gameBtm2 {
            display: flex;
            width: 100%;
            margin-bottom: .5rem;
        }
        #more-games {
            padding: 1.5rem .5rem 2rem .5rem;
        }
        #more-games h3 {
            margin-bottom: 1rem !important;
            font-weight: 600 !important;
            font-size: 1.25rem !important;
        }
        .more-game-btn {
            margin: 12px auto;
            background: #ffcc00;
            box-shadow: 0 5px 6px 0 rgb(0 0 0 / 29%);
            padding: 8px 16px;
            max-width: 300px;
            width: 100%;
            border-radius: 8px;
            text-align: center;
            display: block;
            transition-duration: .3s;
            color: #000 !important;
            text-decoration: none !important;
        }
        .more-game-btn:hover {
            transform: scale(1.1);
        }
        .pagination {
            display: flex;
            padding-left: 0;
            list-style: none;
            margin: 24px auto;
            justify-content: center !important;
            border-radius: 0;
        }
        .pagination a, .pagination .active  {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-right: .5rem;
            font-weight: 500;
            border-width: 0;
            background-color: #240044;
            color: #ffffff;
            border-radius: .375rem;
            font-size: .75rem;
            width: 40px;
            height: 40px;
        }
        .pagination .active, .pagination a:hover {
            background-color: #ffcc00;
            color: #000 !important;
        }
        footer {
            background: #262746;
            position: relative;
            padding-top: .5rem !important;
            padding-bottom: .5rem !important;
            margin-top: 1rem !important;
            flex-wrap: wrap;
        }
        footer::before {
            content: "";
            position: absolute;
            right: 0;
            bottom: 100%;
            margin-bottom: -1px;
            left: 0;
            background: #262746;
            height: 26px;
            -webkit-clip-path: polygon(0% 100%, 30% 0%, 38% 70.38%, 43.85% 19.79%, 59.1% 71.05%, 80.21% 19.79%, 86.21% 70.38%, 100% 0%, 100% 100%);
            clip-path: polygon(0% 100%, 30% 0%, 38% 70.38%, 43.85% 19.79%, 59.1% 71.05%, 80.21% 19.79%, 86.21% 70.38%, 100% 0%, 100% 100%);
        }
        footer .con {
            padding-top: .5rem !important;
            padding-bottom: .5rem !important;
        }
        footer nav {
            color: #70778f;
            font-size: .75rem;
            display: flex;
            flex-wrap: wrap;
            align-items: center !important;
            justify-content: center !important;
            padding-left: 0;
            margin-bottom: 0;
            list-style: none;
        }
        footer > div > * {
            flex-shrink: 0;
            width: 100%;
            max-width: 100%;
            padding-right: .5rem;
            padding-left: .5rem;
            margin-top: 0;
        }
        footer nav a {
            color: #fff;
            font-size: 14px;
            margin-right: 1rem !important;
            margin-left: 1rem !important;
        }
        .btn_up.show {
            animation: gelatine 2.5s infinite;
            transform: translateX(0);
            cursor: pointer;
        }
        .btn_up {
            background: transparent;
            width: 40px;
            height: 40px;
            border: 0;
            padding: 0;
            border-radius: 10px;
            position: fixed;
            right: 15px;
            bottom: 15px;
            transition: transform 0.5s cubic-bezier(0.51, 0.92, 0.24, 1.15);
            transform: translateX(120px);
            z-index: 9999;
        }
        .btn_up::before {
            content: "";
            position: absolute;
            top: 0;
            background: #ffcc00;
            left: 0;
            width: 100%;
            border-radius: 10px;
            height: 100%;
        }
        .btn_up span {
            color: #000;
            width: 20px;
            position: relative;
            height: 20px;
            border-radius: 10px;
            transition: all 0.5s cubic-bezier(0.51, 0.92, 0.24, 1.15);
        }
        @keyframes gelatine {
            from, to {
                transform: scale(1, 1);
            }
            20%, 50%, 80%, 100% {
                transform: translateY(0);
            }
            25% {
                transform: scale(0.9, 1.1);
            }
            40% {
                transform: translateY(-30px);
            }
            50% {
                transform: scale(1.1, 0.9);
            }
            60% {
                transform: translateY(-15px);
            }
        }


        @media (min-width: 1400px) {
            .lCol {
                display: block !important;
            }
            .con, .con2 {
                max-width: 1800px !important;
            }
            .form-search {
                width: 300px !important;
            }
        }
        @media (min-width: 1200px) {
            .con, .con2 {
                max-width: 1300px;
            }
            .form-search {
                margin-left: 2rem !important;
                width: 250px;
            }
        }
        @media (min-width: 992px) {
            .logo {
                margin-right: 2rem !important;
            }
            .navRight {
                display: flex !important;
                flex-basis: auto;
            }
            .form-search {
                margin-bottom: 0 !important;
            }
            .form-srch {
                display: none;
            }
            .lCol, .rCol {
                flex: 0 0 auto;
            }
            .rCol {
                width: auto !important;
            }
            .content .con2 {
                flex-wrap: wrap !important;
            }
            .w1 {
                width: 300px;
            }
        }

        .lCol {
            display: none;
        }
        .rCol {
            display: block;
            width: 100%;
        }

        nav.menu {
            position: fixed;
            left: 0;
            top: 0;
            z-index: 100;
        }
        #menuToggle {
            display: flex;
            flex-direction: column;
            position: relative;
            top: 20px;
            left: 25px;
            -webkit-user-select: none;
            user-select: none;
        }
        #menuToggle a
        {
            text-decoration: none;
            color: #fff;
            transition: color 0.3s ease;
        }
        #scrollable {
            position: absolute;
            margin: -100px 0 0 -30px;
            background: #16181c;
            transition: width .2s linear, padding .2s linear;
            width: 0;
        }
        .active2 {
            width: 290px !important;
            padding: 30px !important;
        }
        .active2 .closeMenu {
            margin: 60px 0 0 0;
        }
        .closeMenu {
        }
        .closeMenu span {
            width: 40px;
            height: 40px;
            cursor: pointer;
        }
        #menu
        {
            list-style-type: none;
            -webkit-font-smoothing: antialiased;
            overflow-y: scroll;
            overflow-x: hidden;
            max-height: calc(100vh - 65px);
        }
        #menu li:first-child {
            font-size: 80%;
        }
        #menu li {
            border-radius: 25px;
            padding: 10px;
            list-style-type: none;
            display: flex;
            flex-direction: row;
        }
        #menu li h2 a {
            font-weight: bold;
            text-decoration: underline;
        }
        #menu li a {
            display: flex;
            align-items: center;
        }
        #menu a {
            color: #e6e6e6;
            font-size: 1.1rem;
            font-weight: 500;
            transition: 200ms;
            white-space: nowrap;
        }
        #menu img {
            margin: 0 7px 0 10px;
            width: 30px;
            height: 30px;
            border-radius: 5px;
        }
        #menu li:hover {
            background-color: #000000 !important;
        }

        #menu::-webkit-scrollbar {
            width: 15px;
        }
        #menu::-webkit-scrollbar-track {
            box-shadow: inset 0 0 5px grey;
        }
        #menu::-webkit-scrollbar-thumb {
            background: #777;
            border-radius: 5px;
        }
        #menu::-webkit-scrollbar-thumb:hover {
            background: #555;
        }
        #menu li div
        {
            background: url(../images/logos27.png) no-repeat;
            width: 30px;
            height: 30px;
            margin: 0 7px 0 10px;
            border-radius: 5px;
        }
        #menu li:nth-child(2) div {background-position: 0 0;}
        #menu li:nth-child(3) div {background-position: 0 -30px;}
        #menu li:nth-child(4) div {background-position: 0 -60px;}
        #menu li:nth-child(5) div {background-position: 0 -90px;}
        #menu li:nth-child(6) div {background-position: 0 -120px;}
        #menu li:nth-child(7) div {background-position: 0 -150px;}
        #menu li:nth-child(8) div {background-position: 0 -180px;}
        #menu li:nth-child(9) div {background-position: 0 -210px;}
        #menu li:nth-child(10) div {background-position: 0 -240px;}
        #menu li:nth-child(11) div {background-position: 0 -270px;}
        #menu li:nth-child(12) div {background-position: 0 -300px;}
        #menu li:nth-child(13) div {background-position: 0 -330px;}
        #menu li:nth-child(14) div {background-position: 0 -360px;}
        #menu li:nth-child(15) div {background-position: 0 -390px;}
        #menu li:nth-child(15) div {background-position: 0 -420px;}

