/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #fcd50e;
	--secondary: #6bd084;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: "Roboto", sans-serif;
	--font-family-monospace: "Roboto", sans-serif
}

@property --progress-value {
	syntax: '<number>';
	inherits: false;
	initial-value: 0;
}

*, *::before, *::after {
	box-sizing: border-box
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block
}

body {
	margin: 0;
	font-family: "Roboto", sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.5;
	color: #272a2c;
	text-align: left;
	background-color: #ededea
}

[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0 !important
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 0.5rem
}

p {
	margin-top: 0;
	margin-bottom: 1rem
}

abbr[title], abbr[data-original-title] {
	text-decoration: underline;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	text-decoration-skip-ink: none
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit
}

ol, ul, dl {
	margin-top: 0;
	margin-bottom: 1rem
}

ol ol, ul ul, ol ul, ul ol {
	margin-bottom: 0
}

dt {
	font-weight: 700
}

dd {
	margin-bottom: 0.5rem;
	margin-left: 0
}

blockquote {
	margin: 0 0 1rem
}

b, strong {
	font-weight: bolder
}

small {
	font-size: 80%
}

sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sub {
	bottom: -0.25em
}

sup {
	top: -0.5em
}

a {
	color: #106626;
	text-decoration: none;
	background-color: transparent
}

a:hover {
	color: #125c24;
	text-decoration: underline
}

a:not([href]):not([class]) {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none
}

pre, code, kbd, samp {
	font-family: "Roboto", sans-serif;
	font-size: 1em
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar
}

figure {
	margin: 0 0 1rem
}

img {
	vertical-align: middle;
	border-style: none
}

svg {
	overflow: hidden;
	vertical-align: middle
}

table {
	border-collapse: collapse
}

caption {
	padding-top: 0.35rem;
	padding-bottom: 0.35rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom
}

th {
	text-align: inherit;
	text-align: -webkit-match-parent
}

label {
	display: inline-block;
	margin-bottom: 0.5rem
}

button {
	border-radius: 0
}

button:focus:not(:focus-visible) {
	outline: 0
}

input, button, select, optgroup, textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

button, input {
	overflow: visible
}

button, select {
	text-transform: none
}

[role="button"] {
	cursor: pointer
}

select {
	word-wrap: normal
}

button, [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button
}

button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
	cursor: pointer
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none
}

input[type="radio"], input[type="checkbox"] {
	box-sizing: border-box;
	padding: 0
}

textarea {
	overflow: auto;
	resize: vertical
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: 0.5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal
}

progress {
	vertical-align: baseline
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
	height: auto
}

[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: none
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

output {
	display: inline-block
}

summary {
	display: list-item;
	cursor: pointer
}

template {
	display: none
}

[hidden] {
	display: none !important
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	margin-bottom: 0.5rem;
	font-family: "Oswald", sans-serif;
	font-weight: 700;
	line-height: 1.2;
	color: #272a2c
}

h1, .h1 {
	font-size: 3rem
}

h2, .h2 {
	font-size: 2rem
}

h3, .h3 {
	font-size: 1.5rem
}

h4, .h4 {
	font-size: 1rem
}

h5, .h5 {
	font-size: 1.40625rem
}

h6, .h6 {
	font-size: 1.125rem
}

.lead {
	font-size: 1.40625rem;
	font-weight: 300
}

.display-1 {
	font-size: 6rem;
	font-weight: 300;
	line-height: 1.2
}

.display-2 {
	font-size: 5.5rem;
	font-weight: 300;
	line-height: 1.2
}

.display-3 {
	font-size: 4.5rem;
	font-weight: 300;
	line-height: 1.2
}

.display-4 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.2
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1)
}

small, .small {
	font-size: 80%;
	font-weight: 400
}

mark, .mark {
	padding: 0.2em;
	background-color: #fcf8e3
}

.list-unstyled {
	padding-left: 0;
	list-style: none
}

.list-inline {
	padding-left: 0;
	list-style: none
}

.list-inline-item {
	display: inline-block
}

.list-inline-item:not(:last-child) {
	margin-right: 0.5rem
}

.initialism {
	font-size: 90%;
	text-transform: uppercase
}

.blockquote {
	margin-bottom: 1rem;
	font-size: 1.40625rem
}

.blockquote-footer {
	display: block;
	font-size: 80%;
	color: #6c757d
}

.blockquote-footer::before {
	content: "— "
}

.img-fluid {
	max-width: 100%;
	height: auto
}

.img-thumbnail {
	padding: 0.25rem;
	background-color: #ededea;
	border: 0px solid #dee2e6;
	border-radius: 0.25rem;
	max-width: 100%;
	height: auto
}

.figure {
	display: inline-block
}

.figure-img {
	margin-bottom: 0.5rem;
	line-height: 1
}

.figure-caption {
	font-size: 90%;
	color: #6c757d
}

.container, .container-fluid, .container-md, .container-lg, .container-xl {
	width: 100%;
	padding-right: 4px;
	padding-left: 4px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width: 768px) {
	.container, .container-sm, .container-md {
		max-width: 720px
	}
}

@media (min-width: 992px) {
	.container, .container-sm, .container-md, .container-lg {
		max-width: 960px
	}
}

@media (min-width: 1200px) {
	.container, .container-sm, .container-md, .container-lg, .container-xl {
		max-width: 1420px
	}
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -4px;
	margin-left: -4px
}

.no-gutters {
	margin-right: 0;
	margin-left: 0
}

.no-gutters > .col, .no-gutters > [class*="col-"] {
	padding-right: 0;
	padding-left: 0
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 4px;
	padding-left: 4px
}

.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%
}

.col-1 {
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%
}

.col-2 {
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%
}

.col-3 {
	flex: 0 0 25%;
	max-width: 25%
}

.col-4 {
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%
}

.col-5 {
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%
}

.col-6 {
	flex: 0 0 50%;
	max-width: 50%
}

.col-7 {
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%
}

.col-8 {
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%
}

.col-9 {
	flex: 0 0 75%;
	max-width: 75%
}

.col-10 {
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%
}

.col-11 {
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%
}

.order-first {
	order: -1
}

.order-last {
	order: 13
}

.order-0 {
	order: 0
}

.order-1 {
	order: 1
}

.order-2 {
	order: 2
}

.order-3 {
	order: 3
}

.order-4 {
	order: 4
}

.order-5 {
	order: 5
}

.order-6 {
	order: 6
}

.order-7 {
	order: 7
}

.order-8 {
	order: 8
}

.order-9 {
	order: 9
}

.order-10 {
	order: 10
}

.order-11 {
	order: 11
}

.order-12 {
	order: 12
}

.offset-1 {
	margin-left: 8.3333333333%
}

.offset-2 {
	margin-left: 16.6666666667%
}

.offset-3 {
	margin-left: 25%
}

.offset-4 {
	margin-left: 33.3333333333%
}

.offset-5 {
	margin-left: 41.6666666667%
}

.offset-6 {
	margin-left: 50%
}

.offset-7 {
	margin-left: 58.3333333333%
}

.offset-8 {
	margin-left: 66.6666666667%
}

.offset-9 {
	margin-left: 75%
}

.offset-10 {
	margin-left: 83.3333333333%
}

.offset-11 {
	margin-left: 91.6666666667%
}

@media (min-width: 576px) {
	.col-sm {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}

	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}

	.col-sm-1 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%
	}

	.col-sm-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}

	.col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-sm-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}

	.col-sm-5 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%
	}

	.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-sm-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%
	}

	.col-sm-8 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%
	}

	.col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-sm-10 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%
	}

	.col-sm-11 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%
	}

	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-sm-first {
		order: -1
	}

	.order-sm-last {
		order: 13
	}

	.order-sm-0 {
		order: 0
	}

	.order-sm-1 {
		order: 1
	}

	.order-sm-2 {
		order: 2
	}

	.order-sm-3 {
		order: 3
	}

	.order-sm-4 {
		order: 4
	}

	.order-sm-5 {
		order: 5
	}

	.order-sm-6 {
		order: 6
	}

	.order-sm-7 {
		order: 7
	}

	.order-sm-8 {
		order: 8
	}

	.order-sm-9 {
		order: 9
	}

	.order-sm-10 {
		order: 10
	}

	.order-sm-11 {
		order: 11
	}

	.order-sm-12 {
		order: 12
	}

	.offset-sm-0 {
		margin-left: 0
	}

	.offset-sm-1 {
		margin-left: 8.3333333333%
	}

	.offset-sm-2 {
		margin-left: 16.6666666667%
	}

	.offset-sm-3 {
		margin-left: 25%
	}

	.offset-sm-4 {
		margin-left: 33.3333333333%
	}

	.offset-sm-5 {
		margin-left: 41.6666666667%
	}

	.offset-sm-6 {
		margin-left: 50%
	}

	.offset-sm-7 {
		margin-left: 58.3333333333%
	}

	.offset-sm-8 {
		margin-left: 66.6666666667%
	}

	.offset-sm-9 {
		margin-left: 75%
	}

	.offset-sm-10 {
		margin-left: 83.3333333333%
	}

	.offset-sm-11 {
		margin-left: 91.6666666667%
	}
}

@media (min-width: 768px) {
	.col-md {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}

	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}

	.col-md-1 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%
	}

	.col-md-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}

	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-md-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}

	.col-md-5 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%
	}

	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-md-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%
	}

	.col-md-8 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%
	}

	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-md-10 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%
	}

	.col-md-11 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%
	}

	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-md-first {
		order: -1
	}

	.order-md-last {
		order: 13
	}

	.order-md-0 {
		order: 0
	}

	.order-md-1 {
		order: 1
	}

	.order-md-2 {
		order: 2
	}

	.order-md-3 {
		order: 3
	}

	.order-md-4 {
		order: 4
	}

	.order-md-5 {
		order: 5
	}

	.order-md-6 {
		order: 6
	}

	.order-md-7 {
		order: 7
	}

	.order-md-8 {
		order: 8
	}

	.order-md-9 {
		order: 9
	}

	.order-md-10 {
		order: 10
	}

	.order-md-11 {
		order: 11
	}

	.order-md-12 {
		order: 12
	}

	.offset-md-0 {
		margin-left: 0
	}

	.offset-md-1 {
		margin-left: 8.3333333333%
	}

	.offset-md-2 {
		margin-left: 16.6666666667%
	}

	.offset-md-3 {
		margin-left: 25%
	}

	.offset-md-4 {
		margin-left: 33.3333333333%
	}

	.offset-md-5 {
		margin-left: 41.6666666667%
	}

	.offset-md-6 {
		margin-left: 50%
	}

	.offset-md-7 {
		margin-left: 58.3333333333%
	}

	.offset-md-8 {
		margin-left: 66.6666666667%
	}

	.offset-md-9 {
		margin-left: 75%
	}

	.offset-md-10 {
		margin-left: 83.3333333333%
	}

	.offset-md-11 {
		margin-left: 91.6666666667%
	}
}

@media (min-width: 992px) {
	.col-lg {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}

	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}

	.col-lg-1 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%
	}

	.col-lg-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}

	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-lg-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}

	.col-lg-5 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%
	}

	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-lg-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%
	}

	.col-lg-8 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%
	}

	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-lg-10 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%
	}

	.col-lg-11 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%
	}

	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-lg-first {
		order: -1
	}

	.order-lg-last {
		order: 13
	}

	.order-lg-0 {
		order: 0
	}

	.order-lg-1 {
		order: 1
	}

	.order-lg-2 {
		order: 2
	}

	.order-lg-3 {
		order: 3
	}

	.order-lg-4 {
		order: 4
	}

	.order-lg-5 {
		order: 5
	}

	.order-lg-6 {
		order: 6
	}

	.order-lg-7 {
		order: 7
	}

	.order-lg-8 {
		order: 8
	}

	.order-lg-9 {
		order: 9
	}

	.order-lg-10 {
		order: 10
	}

	.order-lg-11 {
		order: 11
	}

	.order-lg-12 {
		order: 12
	}

	.offset-lg-0 {
		margin-left: 0
	}

	.offset-lg-1 {
		margin-left: 8.3333333333%
	}

	.offset-lg-2 {
		margin-left: 16.6666666667%
	}

	.offset-lg-3 {
		margin-left: 25%
	}

	.offset-lg-4 {
		margin-left: 33.3333333333%
	}

	.offset-lg-5 {
		margin-left: 41.6666666667%
	}

	.offset-lg-6 {
		margin-left: 50%
	}

	.offset-lg-7 {
		margin-left: 58.3333333333%
	}

	.offset-lg-8 {
		margin-left: 66.6666666667%
	}

	.offset-lg-9 {
		margin-left: 75%
	}

	.offset-lg-10 {
		margin-left: 83.3333333333%
	}

	.offset-lg-11 {
		margin-left: 91.6666666667%
	}
}

@media (min-width: 1200px) {
	.col-xl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}

	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}

	.col-xl-1 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%
	}

	.col-xl-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}

	.col-xl-3 {
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-xl-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}

	.col-xl-5 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%
	}

	.col-xl-6 {
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-xl-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%
	}

	.col-xl-8 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%
	}

	.col-xl-9 {
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-xl-10 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%
	}

	.col-xl-11 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%
	}

	.col-xl-12 {
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-xl-first {
		order: -1
	}

	.order-xl-last {
		order: 13
	}

	.order-xl-0 {
		order: 0
	}

	.order-xl-1 {
		order: 1
	}

	.order-xl-2 {
		order: 2
	}

	.order-xl-3 {
		order: 3
	}

	.order-xl-4 {
		order: 4
	}

	.order-xl-5 {
		order: 5
	}

	.order-xl-6 {
		order: 6
	}

	.order-xl-7 {
		order: 7
	}

	.order-xl-8 {
		order: 8
	}

	.order-xl-9 {
		order: 9
	}

	.order-xl-10 {
		order: 10
	}

	.order-xl-11 {
		order: 11
	}

	.order-xl-12 {
		order: 12
	}

	.offset-xl-0 {
		margin-left: 0
	}

	.offset-xl-1 {
		margin-left: 8.3333333333%
	}

	.offset-xl-2 {
		margin-left: 16.6666666667%
	}

	.offset-xl-3 {
		margin-left: 25%
	}

	.offset-xl-4 {
		margin-left: 33.3333333333%
	}

	.offset-xl-5 {
		margin-left: 41.6666666667%
	}

	.offset-xl-6 {
		margin-left: 50%
	}

	.offset-xl-7 {
		margin-left: 58.3333333333%
	}

	.offset-xl-8 {
		margin-left: 66.6666666667%
	}

	.offset-xl-9 {
		margin-left: 75%
	}

	.offset-xl-10 {
		margin-left: 83.3333333333%
	}

	.offset-xl-11 {
		margin-left: 91.6666666667%
	}
}

.table {
	width: 100%;
	margin-bottom: 1rem;
	color: #272a2c
}

.table th, .table td {
	padding: 0.35rem;
	vertical-align: top;
	border-top: 0px solid #dee2e6
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 0px solid #dee2e6
}

.table tbody + tbody {
	border-top: 0px solid #dee2e6
}

.table-sm th, .table-sm td {
	padding: 0.3rem
}

.table-bordered {
	border: 0px solid #dee2e6
}

.table-bordered th, .table-bordered td {
	border: 0px solid #dee2e6
}

.table-bordered thead th, .table-bordered thead td {
	border-bottom-width: 0px
}

.table-borderless th, .table-borderless td, .table-borderless thead th, .table-borderless tbody + tbody {
	border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: #f2f2f2
}

.table-hover tbody tr:hover {
	color: #272a2c;
	background-color: rgba(0, 0, 0, 0.075)
}

.table-primary, .table-primary > th, .table-primary > td {
	background-color: #fef3bc
}

.table-primary th, .table-primary td, .table-primary thead th, .table-primary tbody + tbody {
	border-color: #fde982
}

.table-hover .table-primary:hover {
	background-color: #feefa3
}

.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
	background-color: #feefa3
}

.table-secondary, .table-secondary > th, .table-secondary > td {
	background-color: #d6f2dd
}

.table-secondary th, .table-secondary td, .table-secondary thead th, .table-secondary tbody + tbody {
	border-color: #b2e7bf
}

.table-hover .table-secondary:hover {
	background-color: #c3eccd
}

.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
	background-color: #c3eccd
}

.table-success, .table-success > th, .table-success > td {
	background-color: #c3e6cb
}

.table-success th, .table-success td, .table-success thead th, .table-success tbody + tbody {
	border-color: #8fd19e
}

.table-hover .table-success:hover {
	background-color: #b1dfbb
}

.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
	background-color: #b1dfbb
}

.table-info, .table-info > th, .table-info > td {
	background-color: #bee5eb
}

.table-info th, .table-info td, .table-info thead th, .table-info tbody + tbody {
	border-color: #86cfda
}

.table-hover .table-info:hover {
	background-color: #abdde5
}

.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
	background-color: #abdde5
}

.table-warning, .table-warning > th, .table-warning > td {
	background-color: #ffeeba
}

.table-warning th, .table-warning td, .table-warning thead th, .table-warning tbody + tbody {
	border-color: #ffdf7e
}

.table-hover .table-warning:hover {
	background-color: #ffe8a1
}

.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
	background-color: #ffe8a1
}

.table-danger, .table-danger > th, .table-danger > td {
	background-color: #f5c6cb
}

.table-danger th, .table-danger td, .table-danger thead th, .table-danger tbody + tbody {
	border-color: #ed969e
}

.table-hover .table-danger:hover {
	background-color: #f1b0b7
}

.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
	background-color: #f1b0b7
}

.table-light, .table-light > th, .table-light > td {
	background-color: #fdfdfe
}

.table-light th, .table-light td, .table-light thead th, .table-light tbody + tbody {
	border-color: #fbfcfc
}

.table-hover .table-light:hover {
	background-color: #ececf6
}

.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
	background-color: #ececf6
}

.table-dark, .table-dark > th, .table-dark > td {
	background-color: #c6c8ca
}

.table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody {
	border-color: #95999c
}

.table-hover .table-dark:hover {
	background-color: #b9bbbe
}

.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
	background-color: #b9bbbe
}

.table-active, .table-active > th, .table-active > td {
	background-color: rgba(0, 0, 0, 0.075)
}

.table-hover .table-active:hover {
	background-color: rgba(0, 0, 0, 0.075)
}

.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
	background-color: rgba(0, 0, 0, 0.075)
}

.table .thead-dark th {
	color: #fff;
	background-color: #343a40;
	border-color: #454d55
}

.table .thead-light th {
	color: #495057;
	background-color: #e9ecef;
	border-color: #dee2e6
}

.table-dark {
	color: #fff;
	background-color: #343a40
}

.table-dark th, .table-dark td, .table-dark thead th {
	border-color: #454d55
}

.table-dark.table-bordered {
	border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(255, 255, 255, 0.05)
}

.table-dark.table-hover tbody tr:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.075)
}

@media (max-width: 575.98px) {
	.table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}

	.table-responsive-sm > .table-bordered {
		border: 0
	}
}

@media (max-width: 767.98px) {
	.table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}

	.table-responsive-md > .table-bordered {
		border: 0
	}
}

@media (max-width: 991.98px) {
	.table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}

	.table-responsive-lg > .table-bordered {
		border: 0
	}
}

@media (max-width: 1199.98px) {
	.table-responsive-xl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}

	.table-responsive-xl > .table-bordered {
		border: 0
	}
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch
}

.table-responsive > .table-bordered {
	border: 0
}

.form-control, .widget_categories select, .widget_archive select {
	display: block;
	width: 100%;
	height: 45px;
	padding: 0.375rem 0.75rem;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 0px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
	.form-control, .widget_categories select, .widget_archive select {
		transition: none
	}
}

.form-control::-ms-expand, .widget_categories select::-ms-expand, .widget_archive select::-ms-expand {
	background-color: transparent;
	border: 0
}

.form-control:focus, .widget_categories select:focus, .widget_archive select:focus {
	color: #495057;
	background-color: #fff;
	border-color: #feeb8c;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(252, 213, 14, 0.25)
}

.form-control::placeholder, .widget_categories select::placeholder, .widget_archive select::placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control:disabled, .widget_categories select:disabled, .widget_archive select:disabled, .form-control[readonly], .widget_categories select[readonly], .widget_archive select[readonly] {
	background-color: #e9ecef;
	opacity: 1
}

input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
	appearance: none
}

select.form-control:-moz-focusring, .widget_categories select:-moz-focusring, .widget_archive select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #495057
}

select.form-control:focus::-ms-value, .widget_categories select:focus::-ms-value, .widget_archive select:focus::-ms-value {
	color: #495057;
	background-color: #fff
}

.form-control-file, .form-control-range {
	display: block;
	width: 100%
}

.col-form-label {
	padding-top: calc(0.375rem + 0px);
	padding-bottom: calc(0.375rem + 0px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5
}

.col-form-label-lg {
	padding-top: calc(0.5rem + 0px);
	padding-bottom: calc(0.5rem + 0px);
	font-size: 1.40625rem;
	line-height: 1.5
}

.col-form-label-sm {
	padding-top: calc(0.25rem + 0px);
	padding-bottom: calc(0.25rem + 0px);
	font-size: 0.984375rem;
	line-height: 1.5
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding: 0.375rem 0;
	margin-bottom: 0;
	font-size: 1.125rem;
	line-height: 1.5;
	color: #272a2c;
	background-color: transparent;
	border: solid transparent;
	border-width: 0px 0
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
	padding-right: 0;
	padding-left: 0
}

.form-control-sm {
	height: calc(1.5em + 0.5rem + 0px);
	padding: 0.25rem 0.5rem;
	font-size: 0.984375rem;
	line-height: 1.5;
	border-radius: 0.2rem
}

.form-control-lg {
	height: calc(1.5em + 1rem + 0px);
	padding: 0.5rem 1rem;
	font-size: 1.40625rem;
	line-height: 1.5;
	border-radius: 0.3rem
}

select.form-control[size], .widget_categories select[size], .widget_archive select[size], select.form-control[multiple], .widget_categories select[multiple], .widget_archive select[multiple] {
	height: auto
}

textarea.form-control {
	height: auto
}

.form-group {
	margin-bottom: 1rem
}

.form-text {
	display: block;
	margin-top: 0.25rem
}

.form-row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px
}

.form-row > .col, .form-row > [class*="col-"] {
	padding-right: 5px;
	padding-left: 5px
}

.form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem
}

.form-check-input {
	position: absolute;
	margin-top: 0.3rem;
	margin-left: -1.25rem
}

.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
	color: #6c757d
}

.form-check-label {
	margin-bottom: 0
}

.form-check-inline {
	display: inline-flex;
	align-items: center;
	padding-left: 0;
	margin-right: 0.75rem
}

.form-check-inline .form-check-input {
	position: static;
	margin-top: 0;
	margin-right: 0.3125rem;
	margin-left: 0
}

.valid-feedback {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 80%;
	color: #28a745
}

.valid-tooltip {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: 0.25rem 0.5rem;
	margin-top: 0.1rem;
	font-size: 0.984375rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(40, 167, 69, 0.9);
	border-radius: 0.25rem
}

.form-row > .col > .valid-tooltip, .form-row > [class*="col-"] > .valid-tooltip {
	left: 5px
}

.was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip, .is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip {
	display: block
}

.was-validated .form-control:valid, .was-validated .widget_categories select:valid, .widget_categories .was-validated select:valid, .was-validated .widget_archive select:valid, .widget_archive .was-validated select:valid, .form-control.is-valid, .widget_categories select.is-valid, .widget_archive select.is-valid {
	border-color: #28a745;
	padding-right: calc(1.5em + 0.75rem) !important;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(0.375em + 0.1875rem) center;
	background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

.was-validated .form-control:valid:focus, .was-validated .widget_categories select:valid:focus, .widget_categories .was-validated select:valid:focus, .was-validated .widget_archive select:valid:focus, .widget_archive .was-validated select:valid:focus, .form-control.is-valid:focus, .widget_categories select.is-valid:focus, .widget_archive select.is-valid:focus {
	border-color: #28a745;
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25)
}

.was-validated select.form-control:valid, .was-validated .widget_categories select:valid, .widget_categories .was-validated select:valid, .was-validated .widget_archive select:valid, .widget_archive .was-validated select:valid, select.form-control.is-valid, .widget_categories select.is-valid, .widget_archive select.is-valid {
	padding-right: 3rem !important;
	background-position: right 1.5rem center
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
	padding-right: calc(1.5em + 0.75rem);
	background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)
}

.was-validated .custom-select:valid, .custom-select.is-valid {
	border-color: #28a745;
	padding-right: calc(0.75em + 2.3125rem) !important;
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center / 8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
	border-color: #28a745;
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25)
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
	color: #28a745
}

.was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip {
	display: block
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
	color: #28a745
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
	border-color: #28a745
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
	border-color: #34ce57;
	background-color: #34ce57
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25)
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
	border-color: #28a745
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
	border-color: #28a745
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
	border-color: #28a745;
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25)
}

.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 80%;
	color: #dc3545
}

.invalid-tooltip {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: 0.25rem 0.5rem;
	margin-top: 0.1rem;
	font-size: 0.984375rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(220, 53, 69, 0.9);
	border-radius: 0.25rem
}

.form-row > .col > .invalid-tooltip, .form-row > [class*="col-"] > .invalid-tooltip {
	left: 5px
}

.was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip, .is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip {
	display: block
}

.was-validated .form-control:invalid, .was-validated .widget_categories select:invalid, .widget_categories .was-validated select:invalid, .was-validated .widget_archive select:invalid, .widget_archive .was-validated select:invalid, .form-control.is-invalid, .widget_categories select.is-invalid, .widget_archive select.is-invalid {
	border-color: #dc3545;
	padding-right: calc(1.5em + 0.75rem) !important;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(0.375em + 0.1875rem) center;
	background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

.was-validated .form-control:invalid:focus, .was-validated .widget_categories select:invalid:focus, .widget_categories .was-validated select:invalid:focus, .was-validated .widget_archive select:invalid:focus, .widget_archive .was-validated select:invalid:focus, .form-control.is-invalid:focus, .widget_categories select.is-invalid:focus, .widget_archive select.is-invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25)
}

.was-validated select.form-control:invalid, .was-validated .widget_categories select:invalid, .widget_categories .was-validated select:invalid, .was-validated .widget_archive select:invalid, .widget_archive .was-validated select:invalid, select.form-control.is-invalid, .widget_categories select.is-invalid, .widget_archive select.is-invalid {
	padding-right: 3rem !important;
	background-position: right 1.5rem center
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
	padding-right: calc(1.5em + 0.75rem);
	background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
	border-color: #dc3545;
	padding-right: calc(0.75em + 2.3125rem) !important;
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center / 8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25)
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
	color: #dc3545
}

.was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip {
	display: block
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
	color: #dc3545
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
	border-color: #dc3545
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
	border-color: #e4606d;
	background-color: #e4606d
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25)
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
	border-color: #dc3545
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
	border-color: #dc3545
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
	border-color: #dc3545;
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25)
}

.form-inline {
	display: flex;
	flex-flow: row wrap;
	align-items: center
}

.form-inline .form-check {
	width: 100%
}

@media (min-width: 576px) {
	.form-inline label {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 0
	}

	.form-inline .form-group {
		display: flex;
		flex: 0 0 auto;
		flex-flow: row wrap;
		align-items: center;
		margin-bottom: 0
	}

	.form-inline .form-control, .form-inline .widget_categories select, .widget_categories .form-inline select, .form-inline .widget_archive select, .widget_archive .form-inline select {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}

	.form-inline .form-control-plaintext {
		display: inline-block
	}

	.form-inline .input-group, .form-inline .custom-select {
		width: auto
	}

	.form-inline .form-check {
		display: flex;
		align-items: center;
		justify-content: center;
		width: auto;
		padding-left: 0
	}

	.form-inline .form-check-input {
		position: relative;
		flex-shrink: 0;
		margin-top: 0;
		margin-right: 0.25rem;
		margin-left: 0
	}

	.form-inline .custom-control {
		align-items: center;
		justify-content: center
	}

	.form-inline .custom-control-label {
		margin-bottom: 0
	}
}

.btn, .ja_btn.confirmBtn, .ja_btn.denyBtn {
	display: inline-block;
	font-weight: 400;
	color: #272a2c;
	text-align: center;
	vertical-align: middle;
	user-select: none;
	background-color: transparent;
	border: 0px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1.125rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
	.btn, .ja_btn.confirmBtn, .ja_btn.denyBtn {
		transition: none
	}
}

.btn:hover, .ja_btn.confirmBtn:hover, .ja_btn.denyBtn:hover {
	color: #272a2c;
	text-decoration: none
}

.btn:focus, .ja_btn.confirmBtn:focus, .ja_btn.denyBtn:focus, .btn.focus, .focus.ja_btn.confirmBtn, .focus.ja_btn.denyBtn {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(252, 213, 14, 0.25)
}

.btn.disabled, .disabled.ja_btn.confirmBtn, .disabled.ja_btn.denyBtn, .btn:disabled, .ja_btn.confirmBtn:disabled, .ja_btn.denyBtn:disabled {
	opacity: 0.65
}

.btn:not(:disabled):not(.disabled), .ja_btn.confirmBtn:not(:disabled):not(.disabled), .ja_btn.denyBtn:not(:disabled):not(.disabled) {
	cursor: pointer
}

a.btn.disabled, a.disabled.ja_btn.confirmBtn, a.disabled.ja_btn.denyBtn, fieldset:disabled a.btn, fieldset:disabled a.ja_btn.confirmBtn, fieldset:disabled a.ja_btn.denyBtn {
	pointer-events: none
}

.btn-primary, .ja_btn.confirmBtn {
	color: #212529;
	background-color: #fcd50e;
	border-color: #fcd50e
}

.btn-primary:hover, .ja_btn.confirmBtn:hover {
	color: #212529;
	background-color: #e1bd03;
	border-color: #d4b203
}

.btn-primary:focus, .ja_btn.confirmBtn:focus, .btn-primary.focus, .focus.ja_btn.confirmBtn {
	color: #212529;
	background-color: #e1bd03;
	border-color: #d4b203;
	box-shadow: 0 0 0 0.2rem rgba(219, 187, 18, 0.5)
}

.btn-primary.disabled, .disabled.ja_btn.confirmBtn, .btn-primary:disabled, .ja_btn.confirmBtn:disabled {
	color: #212529;
	background-color: #fcd50e;
	border-color: #fcd50e
}

.btn-primary:not(:disabled):not(.disabled):active, .ja_btn.confirmBtn:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .active.ja_btn.confirmBtn:not(.disabled):not(:disabled), .show > .btn-primary.dropdown-toggle, .show > .dropdown-toggle.ja_btn.confirmBtn {
	color: #212529;
	background-color: #d4b203;
	border-color: #c8a702
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .ja_btn.confirmBtn:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .active.ja_btn.confirmBtn:not(.disabled):not(:disabled):focus, .show > .btn-primary.dropdown-toggle:focus, .show > .dropdown-toggle.ja_btn.confirmBtn:focus {
	box-shadow: 0 0 0 0.2rem rgba(219, 187, 18, 0.5)
}

.btn-secondary {
	color: #212529;
	background-color: #6bd084;
	border-color: #6bd084
}

.btn-secondary:hover {
	color: #212529;
	background-color: #4ec76c;
	border-color: #44c464
}

.btn-secondary:focus, .btn-secondary.focus {
	color: #212529;
	background-color: #4ec76c;
	border-color: #44c464;
	box-shadow: 0 0 0 0.2rem rgba(96, 182, 118, 0.5)
}

.btn-secondary.disabled, .btn-secondary:disabled {
	color: #212529;
	background-color: #6bd084;
	border-color: #6bd084
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #44c464;
	border-color: #3dbf5d
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(96, 182, 118, 0.5)
}

.btn-success {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-success:hover {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34
}

.btn-success:focus, .btn-success.focus {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34;
	box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5)
}

.btn-success.disabled, .btn-success:disabled {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
	color: #fff;
	background-color: #1e7e34;
	border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5)
}

.btn-info {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-info:hover {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b
}

.btn-info:focus, .btn-info.focus {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b;
	box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5)
}

.btn-info.disabled, .btn-info:disabled {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
	color: #fff;
	background-color: #117a8b;
	border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5)
}

.btn-warning {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-warning:hover {
	color: #212529;
	background-color: #e0a800;
	border-color: #d39e00
}

.btn-warning:focus, .btn-warning.focus {
	color: #212529;
	background-color: #e0a800;
	border-color: #d39e00;
	box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5)
}

.btn-warning.disabled, .btn-warning:disabled {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
	color: #212529;
	background-color: #d39e00;
	border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5)
}

.btn-danger, .ja_btn.denyBtn {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-danger:hover, .ja_btn.denyBtn:hover {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130
}

.btn-danger:focus, .ja_btn.denyBtn:focus, .btn-danger.focus, .focus.ja_btn.denyBtn {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130;
	box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5)
}

.btn-danger.disabled, .disabled.ja_btn.denyBtn, .btn-danger:disabled, .ja_btn.denyBtn:disabled {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled):active, .ja_btn.denyBtn:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .active.ja_btn.denyBtn:not(.disabled):not(:disabled), .show > .btn-danger.dropdown-toggle, .show > .dropdown-toggle.ja_btn.denyBtn {
	color: #fff;
	background-color: #bd2130;
	border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .ja_btn.denyBtn:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .active.ja_btn.denyBtn:not(.disabled):not(:disabled):focus, .show > .btn-danger.dropdown-toggle:focus, .show > .dropdown-toggle.ja_btn.denyBtn:focus {
	box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5)
}

.btn-light {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-light:hover {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5
}

.btn-light:focus, .btn-light.focus {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5;
	box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5)
}

.btn-light.disabled, .btn-light:disabled {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
	color: #212529;
	background-color: #dae0e5;
	border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5)
}

.btn-dark {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-dark:hover {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124
}

.btn-dark:focus, .btn-dark.focus {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124;
	box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5)
}

.btn-dark.disabled, .btn-dark:disabled {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #1d2124;
	border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5)
}

.btn-outline-primary {
	color: #fcd50e;
	border-color: #fcd50e
}

.btn-outline-primary:hover {
	color: #212529;
	background-color: #fcd50e;
	border-color: #fcd50e
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
	box-shadow: 0 0 0 0.2rem rgba(252, 213, 14, 0.5)
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
	color: #fcd50e;
	background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
	color: #212529;
	background-color: #fcd50e;
	border-color: #fcd50e
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(252, 213, 14, 0.5)
}

.btn-outline-secondary {
	color: #6bd084;
	border-color: #6bd084
}

.btn-outline-secondary:hover {
	color: #212529;
	background-color: #6bd084;
	border-color: #6bd084
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
	box-shadow: 0 0 0 0.2rem rgba(107, 208, 132, 0.5)
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
	color: #6bd084;
	background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
	color: #212529;
	background-color: #6bd084;
	border-color: #6bd084
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(107, 208, 132, 0.5)
}

.btn-outline-success {
	color: #28a745;
	border-color: #28a745
}

.btn-outline-success:hover {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-outline-success:focus, .btn-outline-success.focus {
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5)
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
	color: #28a745;
	background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5)
}

.btn-outline-info {
	color: #17a2b8;
	border-color: #17a2b8
}

.btn-outline-info:hover {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-outline-info:focus, .btn-outline-info.focus {
	box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5)
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
	color: #17a2b8;
	background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5)
}

.btn-outline-warning {
	color: #ffc107;
	border-color: #ffc107
}

.btn-outline-warning:hover {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
	box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5)
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
	color: #ffc107;
	background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5)
}

.btn-outline-danger {
	color: #dc3545;
	border-color: #dc3545
}

.btn-outline-danger:hover {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5)
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
	color: #dc3545;
	background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5)
}

.btn-outline-light {
	color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-outline-light:hover {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-outline-light:focus, .btn-outline-light.focus {
	box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5)
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
	color: #f8f9fa;
	background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5)
}

.btn-outline-dark {
	color: #343a40;
	border-color: #343a40
}

.btn-outline-dark:hover {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
	box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5)
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
	color: #343a40;
	background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5)
}

.btn-link {
	font-weight: 400;
	color: #106626;
	text-decoration: none
}

.btn-link:hover {
	color: #125c24;
	text-decoration: underline
}

.btn-link:focus, .btn-link.focus {
	text-decoration: underline
}

.btn-link:disabled, .btn-link.disabled {
	color: #6c757d;
	pointer-events: none
}

.btn-lg {
	padding: 0.5rem 1rem;
	font-size: 1.40625rem;
	line-height: 1.5;
	border-radius: 0.3rem
}

.btn-sm {
	padding: 0.25rem 0.5rem;
	font-size: 0.984375rem;
	line-height: 1.5;
	border-radius: 0.2rem
}

.btn-block {
	display: block;
	width: 100%
}

.btn-block + .btn-block {
	margin-top: 0.5rem
}

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
	width: 100%
}

.fade {
	transition: opacity 0.15s linear
}

@media (prefers-reduced-motion: reduce) {
	.fade {
		transition: none
	}
}

.fade:not(.show) {
	opacity: 0
}

.collapse:not(.show) {
	display: none
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height 0.35s ease
}

@media (prefers-reduced-motion: reduce) {
	.collapsing {
		transition: none
	}
}

.collapsing.width {
	width: 0;
	height: auto;
	transition: width 0.35s ease
}

@media (prefers-reduced-motion: reduce) {
	.collapsing.width {
		transition: none
	}
}

.dropup, .dropright, .dropdown, .dropleft {
	position: relative
}

.dropdown-toggle {
	white-space: nowrap
}

.dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent
}

.dropdown-toggle:empty::after {
	margin-left: 0
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: 0.5rem 0;
	margin: 0.125rem 0 0;
	font-size: 1.125rem;
	color: #fff;
	text-align: left;
	list-style: none;
	background-color: #3f4247;
	background-clip: padding-box;
	border: 0px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem
}

.dropdown-menu-left {
	right: auto;
	left: 0
}

.dropdown-menu-right {
	right: 0;
	left: auto
}

@media (min-width: 576px) {
	.dropdown-menu-sm-left {
		right: auto;
		left: 0
	}

	.dropdown-menu-sm-right {
		right: 0;
		left: auto
	}
}

@media (min-width: 768px) {
	.dropdown-menu-md-left {
		right: auto;
		left: 0
	}

	.dropdown-menu-md-right {
		right: 0;
		left: auto
	}
}

@media (min-width: 992px) {
	.dropdown-menu-lg-left {
		right: auto;
		left: 0
	}

	.dropdown-menu-lg-right {
		right: 0;
		left: auto
	}
}

@media (min-width: 1200px) {
	.dropdown-menu-xl-left {
		right: auto;
		left: 0
	}

	.dropdown-menu-xl-right {
		right: 0;
		left: auto
	}
}

.dropup .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: 0.125rem
}

.dropup .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0;
	border-right: 0.3em solid transparent;
	border-bottom: 0.3em solid;
	border-left: 0.3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
	margin-left: 0
}

.dropright .dropdown-menu {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: 0.125rem
}

.dropright .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid transparent;
	border-right: 0;
	border-bottom: 0.3em solid transparent;
	border-left: 0.3em solid
}

.dropright .dropdown-toggle:empty::after {
	margin-left: 0
}

.dropright .dropdown-toggle::after {
	vertical-align: 0
}

.dropleft .dropdown-menu {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: 0.125rem
}

.dropleft .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: ""
}

.dropleft .dropdown-toggle::after {
	display: none
}

.dropleft .dropdown-toggle::before {
	display: inline-block;
	margin-right: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid transparent;
	border-right: 0.3em solid;
	border-bottom: 0.3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
	margin-left: 0
}

.dropleft .dropdown-toggle::before {
	vertical-align: 0
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
	right: auto;
	bottom: auto
}

.dropdown-divider {
	height: 0;
	margin: 0.5rem 0;
	overflow: hidden;
	border-top: 1px solid #e9ecef
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: 0.25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #fff;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0
}

.dropdown-item:hover, .dropdown-item:focus {
	color: #fff;
	text-decoration: underline;
	background-color: transparent;
	text-decoration-color: #fff;
}

.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #fcd50e
}

.dropdown-item.disabled, .dropdown-item:disabled {
	color: #adb5bd;
	pointer-events: none;
	background-color: transparent
}

.dropdown-menu.show {
	display: block
}

.dropdown-header {
	display: block;
	padding: 0.5rem 1.5rem;
	margin-bottom: 0;
	font-size: 0.984375rem;
	color: #6c757d;
	white-space: nowrap
}

.dropdown-item-text {
	display: block;
	padding: 0.25rem 1.5rem;
	color: #212529
}

.nav {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.nav-link {
	display: block;
	padding: 0.5rem 1rem
}

.nav-link:hover, .nav-link:focus {
	text-decoration: none
}

.nav-link.disabled {
	color: #6c757d;
	pointer-events: none;
	cursor: default
}

.nav-tabs {
	border-bottom: 0px solid #dee2e6
}

.nav-tabs .nav-link {
	margin-bottom: 0px;
	background-color: transparent;
	border: 0px solid transparent;
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
	isolation: isolate;
	border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
	color: #6c757d;
	background-color: transparent;
	border-color: transparent
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
	color: #495057;
	background-color: #ededea;
	border-color: #dee2e6 #dee2e6 #ededea
}

.nav-tabs .dropdown-menu {
	margin-top: 0px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.nav-pills .nav-link {
	background: none;
	border: 0;
	border-radius: 0.25rem
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #fff;
	background-color: #fcd50e
}

.nav-fill > .nav-link, .nav-fill .nav-item {
	flex: 1 1 auto;
	text-align: center
}

.nav-justified > .nav-link, .nav-justified .nav-item {
	flex-basis: 0;
	flex-grow: 1;
	text-align: center
}

.tab-content > .tab-pane {
	display: none
}

.tab-content > .active {
	display: block
}

.navbar {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 0.5rem 1rem
}

.navbar .container, .navbar .container-fluid, .navbar .container-md, .navbar .container-lg, .navbar .container-xl, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between
}

.navbar-brand {
	display: inline-block;
	padding-top: 0.2890625rem;
	padding-bottom: 0.2890625rem;
	margin-right: 1rem;
	font-size: 1.40625rem;
	line-height: inherit;
	white-space: nowrap
}

.navbar-brand:hover, .navbar-brand:focus {
	text-decoration: none
}

.navbar-nav {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0
}

.navbar-nav .dropdown-menu {
	position: static;
	float: none
}

.navbar-text {
	display: inline-block;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem
}

.navbar-collapse {
	flex-basis: 100%;
	flex-grow: 1;
	align-items: center
}

.navbar-toggler {
	padding: 0.25rem 0.75rem;
	font-size: 1.40625rem;
	line-height: 1;
	background-color: transparent;
	border: 0px solid transparent;
	border-radius: 0.25rem
}

.navbar-toggler:hover, .navbar-toggler:focus {
	text-decoration: none
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: 50% / 100% 100% no-repeat
}

.navbar-nav-scroll {
	max-height: 75vh;
	overflow-y: auto
}

@media (max-width: 575.98px) {
	.navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width: 576px) {
	.navbar-expand-sm {
		flex-flow: row nowrap;
		justify-content: flex-start
	}

	.navbar-expand-sm .navbar-nav {
		flex-direction: row
	}

	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: 1rem;
		padding-left: 1rem
	}

	.navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
		flex-wrap: nowrap
	}

	.navbar-expand-sm .navbar-nav-scroll {
		overflow: visible
	}

	.navbar-expand-sm .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}

	.navbar-expand-sm .navbar-toggler {
		display: none
	}
}

@media (max-width: 767.98px) {
	.navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width: 768px) {
	.navbar-expand-md {
		flex-flow: row nowrap;
		justify-content: flex-start
	}

	.navbar-expand-md .navbar-nav {
		flex-direction: row
	}

	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: 1rem;
		padding-left: 1rem
	}

	.navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
		flex-wrap: nowrap
	}

	.navbar-expand-md .navbar-nav-scroll {
		overflow: visible
	}

	.navbar-expand-md .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}

	.navbar-expand-md .navbar-toggler {
		display: none
	}
}

@media (max-width: 991.98px) {
	.navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width: 992px) {
	.navbar-expand-lg {
		flex-flow: row nowrap;
		justify-content: flex-start
	}

	.navbar-expand-lg .navbar-nav {
		flex-direction: row
	}

	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 1rem;
		padding-left: 1rem
	}

	.navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
		flex-wrap: nowrap
	}

	.navbar-expand-lg .navbar-nav-scroll {
		overflow: visible
	}

	.navbar-expand-lg .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}

	.navbar-expand-lg .navbar-toggler {
		display: none
	}
}

@media (max-width: 1199.98px) {
	.navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width: 1200px) {
	.navbar-expand-xl {
		flex-flow: row nowrap;
		justify-content: flex-start
	}

	.navbar-expand-xl .navbar-nav {
		flex-direction: row
	}

	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: 1rem;
		padding-left: 1rem
	}

	.navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
		flex-wrap: nowrap
	}

	.navbar-expand-xl .navbar-nav-scroll {
		overflow: visible
	}

	.navbar-expand-xl .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}

	.navbar-expand-xl .navbar-toggler {
		display: none
	}
}

.navbar-expand {
	flex-flow: row nowrap;
	justify-content: flex-start
}

.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
	padding-right: 0;
	padding-left: 0
}

.navbar-expand .navbar-nav {
	flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute
}

.navbar-expand .navbar-nav .nav-link {
	padding-right: 1rem;
	padding-left: 1rem
}

.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
	flex-wrap: nowrap
}

.navbar-expand .navbar-nav-scroll {
	overflow: visible
}

.navbar-expand .navbar-collapse {
	display: flex !important;
	flex-basis: auto
}

.navbar-expand .navbar-toggler {
	display: none
}

.navbar-light .navbar-brand {
	color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
	color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, 0.5)
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
	color: rgba(0, 0, 0, 0.7)
}

.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, 0.3)
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
	color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, 0.5);
	border-color: rgba(0, 0, 0, 0.1)
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
	color: rgba(0, 0, 0, 0.5)
}

.navbar-light .navbar-text a {
	color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
	color: rgba(0, 0, 0, 0.9)
}

.navbar-dark .navbar-brand {
	color: #fff
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
	color: #fff
}

.navbar-dark .navbar-nav .nav-link {
	color: #fff
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
	color: #fff
}

.navbar-dark .navbar-nav .nav-link.disabled {
	color: rgba(255, 255, 255, 0.25)
}

.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
	color: #fff
}

.navbar-dark .navbar-toggler {
	color: #fff;
	border-color: rgba(252, 213, 14, 0.1)
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='%23272a2c' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
	color: #fff
}

.navbar-dark .navbar-text a {
	color: #fff
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
	color: #fff
}

.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	padding: 0.75rem 1rem;
	margin-bottom: 1rem;
	list-style: none;
	background-color: #e9ecef;
	border-radius: 0.25rem
}

.top-breadcrumbs .breadcrumbs .container > span {
	display: flex;
	align-items: center;
}

.top-breadcrumbs .breadcrumb_last {
	overflow: hidden;
	text-overflow: ellipsis;
}

.breadcrumb-item + .breadcrumb-item {
	padding-left: 0.5rem
}

.breadcrumb-item + .breadcrumb-item::before {
	float: left;
	padding-right: 0.5rem;
	color: #6c757d;
	content: "/"
}

.breadcrumb-item + .breadcrumb-item:hover::before {
	text-decoration: underline
}

.breadcrumb-item + .breadcrumb-item:hover::before {
	text-decoration: none
}

.breadcrumb-item.active {
	color: #6c757d
}

@keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0
	}
	to {
		background-position: 0 0
	}
}

.progress {
	display: flex;
	height: 1rem;
	overflow: hidden;
	line-height: 0;
	font-size: 0.84375rem;
	background-color: #e9ecef;
	border-radius: 0.25rem
}

.progress-bar {
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #fcd50e;
	transition: width 0.6s ease
}

@media (prefers-reduced-motion: reduce) {
	.progress-bar {
		transition: none
	}
}

.progress-bar-striped {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size: 1rem 1rem
}

.progress-bar-animated {
	animation: 1s linear infinite progress-bar-stripes
}

@media (prefers-reduced-motion: reduce) {
	.progress-bar-animated {
		animation: none
	}
}

.list-group {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	border-radius: 0.25rem
}

.list-group-item-action {
	width: 100%;
	color: #495057;
	text-align: inherit
}

.list-group-item-action:hover, .list-group-item-action:focus {
	z-index: 1;
	color: #495057;
	text-decoration: none;
	background-color: #f8f9fa
}

.list-group-item-action:active {
	color: #272a2c;
	background-color: #e9ecef
}

.list-group-item {
	position: relative;
	display: block;
	padding: 0.75rem 1.25rem;
	background-color: #fff;
	border: 0px solid rgba(0, 0, 0, 0.125)
}

.list-group-item:first-child {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit
}

.list-group-item:last-child {
	border-bottom-right-radius: inherit;
	border-bottom-left-radius: inherit
}

.list-group-item.disabled, .list-group-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: #fff
}

.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #fcd50e;
	border-color: #fcd50e
}

.list-group-item + .list-group-item {
	border-top-width: 0
}

.list-group-item + .list-group-item.active {
	margin-top: 0px;
	border-top-width: 0px
}

.list-group-horizontal {
	flex-direction: row
}

.list-group-horizontal > .list-group-item:first-child {
	border-bottom-left-radius: 0.25rem;
	border-top-right-radius: 0
}

.list-group-horizontal > .list-group-item:last-child {
	border-top-right-radius: 0.25rem;
	border-bottom-left-radius: 0
}

.list-group-horizontal > .list-group-item.active {
	margin-top: 0
}

.list-group-horizontal > .list-group-item + .list-group-item {
	border-top-width: 0px;
	border-left-width: 0
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
	margin-left: 0px;
	border-left-width: 0px
}

@media (min-width: 576px) {
	.list-group-horizontal-sm {
		flex-direction: row
	}

	.list-group-horizontal-sm > .list-group-item:first-child {
		border-bottom-left-radius: 0.25rem;
		border-top-right-radius: 0
	}

	.list-group-horizontal-sm > .list-group-item:last-child {
		border-top-right-radius: 0.25rem;
		border-bottom-left-radius: 0
	}

	.list-group-horizontal-sm > .list-group-item.active {
		margin-top: 0
	}

	.list-group-horizontal-sm > .list-group-item + .list-group-item {
		border-top-width: 0px;
		border-left-width: 0
	}

	.list-group-horizontal-sm > .list-group-item + .list-group-item.active {
		margin-left: 0px;
		border-left-width: 0px
	}
}

@media (min-width: 768px) {
	.list-group-horizontal-md {
		flex-direction: row
	}

	.list-group-horizontal-md > .list-group-item:first-child {
		border-bottom-left-radius: 0.25rem;
		border-top-right-radius: 0
	}

	.list-group-horizontal-md > .list-group-item:last-child {
		border-top-right-radius: 0.25rem;
		border-bottom-left-radius: 0
	}

	.list-group-horizontal-md > .list-group-item.active {
		margin-top: 0
	}

	.list-group-horizontal-md > .list-group-item + .list-group-item {
		border-top-width: 0px;
		border-left-width: 0
	}

	.list-group-horizontal-md > .list-group-item + .list-group-item.active {
		margin-left: 0px;
		border-left-width: 0px
	}
}

@media (min-width: 992px) {
	.list-group-horizontal-lg {
		flex-direction: row
	}

	.list-group-horizontal-lg > .list-group-item:first-child {
		border-bottom-left-radius: 0.25rem;
		border-top-right-radius: 0
	}

	.list-group-horizontal-lg > .list-group-item:last-child {
		border-top-right-radius: 0.25rem;
		border-bottom-left-radius: 0
	}

	.list-group-horizontal-lg > .list-group-item.active {
		margin-top: 0
	}

	.list-group-horizontal-lg > .list-group-item + .list-group-item {
		border-top-width: 0px;
		border-left-width: 0
	}

	.list-group-horizontal-lg > .list-group-item + .list-group-item.active {
		margin-left: 0px;
		border-left-width: 0px
	}
}

@media (min-width: 1200px) {
	.list-group-horizontal-xl {
		flex-direction: row
	}

	.list-group-horizontal-xl > .list-group-item:first-child {
		border-bottom-left-radius: 0.25rem;
		border-top-right-radius: 0
	}

	.list-group-horizontal-xl > .list-group-item:last-child {
		border-top-right-radius: 0.25rem;
		border-bottom-left-radius: 0
	}

	.list-group-horizontal-xl > .list-group-item.active {
		margin-top: 0
	}

	.list-group-horizontal-xl > .list-group-item + .list-group-item {
		border-top-width: 0px;
		border-left-width: 0
	}

	.list-group-horizontal-xl > .list-group-item + .list-group-item.active {
		margin-left: 0px;
		border-left-width: 0px
	}
}

.list-group-flush {
	border-radius: 0
}

.list-group-flush > .list-group-item {
	border-width: 0 0 0px
}

.list-group-flush > .list-group-item:last-child {
	border-bottom-width: 0
}

.list-group-item-primary {
	color: #836f07;
	background-color: #fef3bc
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
	color: #836f07;
	background-color: #feefa3
}

.list-group-item-primary.list-group-item-action.active {
	color: #fff;
	background-color: #836f07;
	border-color: #836f07
}

.list-group-item-secondary {
	color: #386c45;
	background-color: #d6f2dd
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
	color: #386c45;
	background-color: #c3eccd
}

.list-group-item-secondary.list-group-item-action.active {
	color: #fff;
	background-color: #386c45;
	border-color: #386c45
}

.list-group-item-success {
	color: #155724;
	background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
	color: #155724;
	background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
	color: #fff;
	background-color: #155724;
	border-color: #155724
}

.list-group-item-info {
	color: #0c5460;
	background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
	color: #0c5460;
	background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
	color: #fff;
	background-color: #0c5460;
	border-color: #0c5460
}

.list-group-item-warning {
	color: #856404;
	background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
	color: #856404;
	background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
	color: #fff;
	background-color: #856404;
	border-color: #856404
}

.list-group-item-danger {
	color: #721c24;
	background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
	color: #721c24;
	background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
	color: #fff;
	background-color: #721c24;
	border-color: #721c24
}

.list-group-item-light {
	color: #818182;
	background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
	color: #818182;
	background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
	color: #fff;
	background-color: #818182;
	border-color: #818182
}

.list-group-item-dark {
	color: #1b1e21;
	background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
	color: #1b1e21;
	background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
	color: #fff;
	background-color: #1b1e21;
	border-color: #1b1e21
}

.close {
	float: right;
	font-size: 1.6875rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: 0.5
}

.close:hover {
	color: #000;
	text-decoration: none
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
	opacity: 0.75
}

button.close {
	padding: 0;
	background-color: transparent;
	border: 0
}

a.close.disabled {
	pointer-events: none
}

.carousel {
	position: relative
}

.carousel.pointer-event {
	touch-action: pan-y
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}

.carousel-inner::after {
	display: block;
	clear: both;
	content: ""
}

.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	backface-visibility: hidden;
	transition: transform 0.6s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
	.carousel-item {
		transition: none
	}
}

.carousel-item.active, .carousel-item-next, .carousel-item-prev {
	display: block
}

.carousel-item-next:not(.carousel-item-left), .active.carousel-item-right {
	transform: translateX(100%)
}

.carousel-item-prev:not(.carousel-item-right), .active.carousel-item-left {
	transform: translateX(-100%)
}

.carousel-fade .carousel-item {
	opacity: 0;
	transition-property: opacity;
	transform: none
}

.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
	z-index: 1;
	opacity: 1
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
	z-index: 0;
	opacity: 0;
	transition: opacity 0s 0.6s
}

@media (prefers-reduced-motion: reduce) {
	.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
		transition: none
	}
}

.carousel-control-prev, .carousel-control-next {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15%;
	padding: 0;
	color: #fff;
	text-align: center;
	background: none;
	border: 0;
	opacity: 0.5;
	transition: opacity 0.15s ease
}

@media (prefers-reduced-motion: reduce) {
	.carousel-control-prev, .carousel-control-next {
		transition: none
	}
}

.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: 0.9
}

.carousel-control-prev {
	left: 0
}

.carousel-control-next {
	right: 0
}

.carousel-control-prev-icon, .carousel-control-next-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: 50% / 100% 100% no-repeat
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 15;
	display: flex;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none
}

.carousel-indicators li {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: 0.5;
	transition: opacity 0.6s ease
}

@media (prefers-reduced-motion: reduce) {
	.carousel-indicators li {
		transition: none
	}
}

.carousel-indicators .active {
	opacity: 1
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center
}

.align-baseline {
	vertical-align: baseline !important
}

.align-top {
	vertical-align: top !important
}

.align-middle {
	vertical-align: middle !important
}

.align-bottom {
	vertical-align: bottom !important
}

.align-text-bottom {
	vertical-align: text-bottom !important
}

.align-text-top {
	vertical-align: text-top !important
}

.bg-primary {
	background-color: #fcd50e !important
}

a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
	background-color: #d4b203 !important
}

.bg-secondary {
	background-color: #6bd084 !important
}

a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus {
	background-color: #44c464 !important
}

.bg-success {
	background-color: #28a745 !important
}

a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus {
	background-color: #1e7e34 !important
}

.bg-info {
	background-color: #17a2b8 !important
}

a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus {
	background-color: #117a8b !important
}

.bg-warning {
	background-color: #ffc107 !important
}

a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus {
	background-color: #d39e00 !important
}

.bg-danger {
	background-color: #dc3545 !important
}

a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus {
	background-color: #bd2130 !important
}

.bg-light {
	background-color: #f8f9fa !important
}

a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus {
	background-color: #dae0e5 !important
}

.bg-dark {
	background-color: #343a40 !important
}

a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus {
	background-color: #1d2124 !important
}

.bg-white {
	background-color: #fff !important
}

.bg-transparent {
	background-color: transparent !important
}

.border {
	border: 0px solid #dee2e6 !important
}

.border-top {
	border-top: 0px solid #dee2e6 !important
}

.border-right {
	border-right: 0px solid #dee2e6 !important
}

.border-bottom {
	border-bottom: 0px solid #dee2e6 !important
}

.border-left {
	border-left: 0px solid #dee2e6 !important
}

.border-0 {
	border: 0 !important
}

.border-top-0 {
	border-top: 0 !important
}

.border-right-0 {
	border-right: 0 !important
}

.border-bottom-0 {
	border-bottom: 0 !important
}

.border-left-0 {
	border-left: 0 !important
}

.border-primary {
	border-color: #fcd50e !important
}

.border-secondary {
	border-color: #6bd084 !important
}

.border-success {
	border-color: #28a745 !important
}

.border-info {
	border-color: #17a2b8 !important
}

.border-warning {
	border-color: #ffc107 !important
}

.border-danger {
	border-color: #dc3545 !important
}

.border-light {
	border-color: #f8f9fa !important
}

.border-dark {
	border-color: #343a40 !important
}

.border-white {
	border-color: #fff !important
}

.rounded-sm {
	border-radius: 0.2rem !important
}

.rounded {
	border-radius: 0.25rem !important
}

.rounded-top {
	border-top-left-radius: 0.25rem !important;
	border-top-right-radius: 0.25rem !important
}

.rounded-right {
	border-top-right-radius: 0.25rem !important;
	border-bottom-right-radius: 0.25rem !important
}

.rounded-bottom {
	border-bottom-right-radius: 0.25rem !important;
	border-bottom-left-radius: 0.25rem !important
}

.rounded-left {
	border-top-left-radius: 0.25rem !important;
	border-bottom-left-radius: 0.25rem !important
}

.rounded-lg {
	border-radius: 0.3rem !important
}

.rounded-circle {
	border-radius: 50% !important
}

.rounded-pill {
	border-radius: 50rem !important
}

.rounded-0 {
	border-radius: 0 !important
}

.clearfix::after {
	display: block;
	clear: both;
	content: ""
}

.d-none {
	display: none !important
}

.d-inline {
	display: inline !important
}

.d-inline-block {
	display: inline-block !important
}

.d-block {
	display: block !important
}

.d-table {
	display: table !important
}

.d-table-row {
	display: table-row !important
}

.d-table-cell {
	display: table-cell !important
}

.d-flex {
	display: flex !important
}

.d-inline-flex {
	display: inline-flex !important
}

@media (min-width: 576px) {
	.d-sm-none {
		display: none !important
	}

	.d-sm-inline {
		display: inline !important
	}

	.d-sm-inline-block {
		display: inline-block !important
	}

	.d-sm-block {
		display: block !important
	}

	.d-sm-table {
		display: table !important
	}

	.d-sm-table-row {
		display: table-row !important
	}

	.d-sm-table-cell {
		display: table-cell !important
	}

	.d-sm-flex {
		display: flex !important
	}

	.d-sm-inline-flex {
		display: inline-flex !important
	}
}

@media (min-width: 768px) {
	.d-md-none {
		display: none !important
	}

	.d-md-inline {
		display: inline !important
	}

	.d-md-inline-block {
		display: inline-block !important
	}

	.d-md-block {
		display: block !important
	}

	.d-md-table {
		display: table !important
	}

	.d-md-table-row {
		display: table-row !important
	}

	.d-md-table-cell {
		display: table-cell !important
	}

	.d-md-flex {
		display: flex !important
	}

	.d-md-inline-flex {
		display: inline-flex !important
	}
}

@media (min-width: 992px) {
	.d-lg-none {
		display: none !important
	}

	.d-lg-inline {
		display: inline !important
	}

	.d-lg-inline-block {
		display: inline-block !important
	}

	.d-lg-block {
		display: block !important
	}

	.d-lg-table {
		display: table !important
	}

	.d-lg-table-row {
		display: table-row !important
	}

	.d-lg-table-cell {
		display: table-cell !important
	}

	.d-lg-flex {
		display: flex !important
	}

	.d-lg-inline-flex {
		display: inline-flex !important
	}
}

@media (min-width: 1200px) {
	.d-xl-none {
		display: none !important
	}

	.d-xl-inline {
		display: inline !important
	}

	.d-xl-inline-block {
		display: inline-block !important
	}

	.d-xl-block {
		display: block !important
	}

	.d-xl-table {
		display: table !important
	}

	.d-xl-table-row {
		display: table-row !important
	}

	.d-xl-table-cell {
		display: table-cell !important
	}

	.d-xl-flex {
		display: flex !important
	}

	.d-xl-inline-flex {
		display: inline-flex !important
	}
}

@media print {
	.d-print-none {
		display: none !important
	}

	.d-print-inline {
		display: inline !important
	}

	.d-print-inline-block {
		display: inline-block !important
	}

	.d-print-block {
		display: block !important
	}

	.d-print-table {
		display: table !important
	}

	.d-print-table-row {
		display: table-row !important
	}

	.d-print-table-cell {
		display: table-cell !important
	}

	.d-print-flex {
		display: flex !important
	}

	.d-print-inline-flex {
		display: inline-flex !important
	}
}

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden
}

.embed-responsive::before {
	display: block;
	content: ""
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

.embed-responsive-21by9::before {
	padding-top: 42.85714286%
}

.embed-responsive-16by9::before {
	padding-top: 56.25%
}

.embed-responsive-4by3::before {
	padding-top: 75%
}

.embed-responsive-1by1::before {
	padding-top: 100%
}

.flex-row {
	flex-direction: row !important
}

.flex-column {
	flex-direction: column !important
}

.flex-row-reverse {
	flex-direction: row-reverse !important
}

.flex-column-reverse {
	flex-direction: column-reverse !important
}

.flex-wrap {
	flex-wrap: wrap !important
}

.flex-nowrap {
	flex-wrap: nowrap !important
}

.flex-wrap-reverse {
	flex-wrap: wrap-reverse !important
}

.flex-fill {
	flex: 1 1 auto !important
}

.flex-grow-0 {
	flex-grow: 0 !important
}

.flex-grow-1 {
	flex-grow: 1 !important
}

.flex-shrink-0 {
	flex-shrink: 0 !important
}

.flex-shrink-1 {
	flex-shrink: 1 !important
}

.justify-content-start {
	justify-content: flex-start !important
}

.justify-content-end {
	justify-content: flex-end !important
}

.justify-content-center {
	justify-content: center !important
}

.justify-content-between {
	justify-content: space-between !important
}

.justify-content-around {
	justify-content: space-around !important
}

.align-items-start {
	align-items: flex-start !important
}

.align-items-end {
	align-items: flex-end !important
}

.align-items-center {
	align-items: center !important
}

.align-items-baseline {
	align-items: baseline !important
}

.align-items-stretch {
	align-items: stretch !important
}

.align-content-start {
	align-content: flex-start !important
}

.align-content-end {
	align-content: flex-end !important
}

.align-content-center {
	align-content: center !important
}

.align-content-between {
	align-content: space-between !important
}

.align-content-around {
	align-content: space-around !important
}

.align-content-stretch {
	align-content: stretch !important
}

.align-self-auto {
	align-self: auto !important
}

.align-self-start {
	align-self: flex-start !important
}

.align-self-end {
	align-self: flex-end !important
}

.align-self-center {
	align-self: center !important
}

.align-self-baseline {
	align-self: baseline !important
}

.align-self-stretch {
	align-self: stretch !important
}

@media (min-width: 576px) {
	.flex-sm-row {
		flex-direction: row !important
	}

	.flex-sm-column {
		flex-direction: column !important
	}

	.flex-sm-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-sm-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-sm-wrap {
		flex-wrap: wrap !important
	}

	.flex-sm-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-sm-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.flex-sm-fill {
		flex: 1 1 auto !important
	}

	.flex-sm-grow-0 {
		flex-grow: 0 !important
	}

	.flex-sm-grow-1 {
		flex-grow: 1 !important
	}

	.flex-sm-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-sm-shrink-1 {
		flex-shrink: 1 !important
	}

	.justify-content-sm-start {
		justify-content: flex-start !important
	}

	.justify-content-sm-end {
		justify-content: flex-end !important
	}

	.justify-content-sm-center {
		justify-content: center !important
	}

	.justify-content-sm-between {
		justify-content: space-between !important
	}

	.justify-content-sm-around {
		justify-content: space-around !important
	}

	.align-items-sm-start {
		align-items: flex-start !important
	}

	.align-items-sm-end {
		align-items: flex-end !important
	}

	.align-items-sm-center {
		align-items: center !important
	}

	.align-items-sm-baseline {
		align-items: baseline !important
	}

	.align-items-sm-stretch {
		align-items: stretch !important
	}

	.align-content-sm-start {
		align-content: flex-start !important
	}

	.align-content-sm-end {
		align-content: flex-end !important
	}

	.align-content-sm-center {
		align-content: center !important
	}

	.align-content-sm-between {
		align-content: space-between !important
	}

	.align-content-sm-around {
		align-content: space-around !important
	}

	.align-content-sm-stretch {
		align-content: stretch !important
	}

	.align-self-sm-auto {
		align-self: auto !important
	}

	.align-self-sm-start {
		align-self: flex-start !important
	}

	.align-self-sm-end {
		align-self: flex-end !important
	}

	.align-self-sm-center {
		align-self: center !important
	}

	.align-self-sm-baseline {
		align-self: baseline !important
	}

	.align-self-sm-stretch {
		align-self: stretch !important
	}
}

@media (min-width: 768px) {
	.flex-md-row {
		flex-direction: row !important
	}

	.flex-md-column {
		flex-direction: column !important
	}

	.flex-md-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-md-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-md-wrap {
		flex-wrap: wrap !important
	}

	.flex-md-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-md-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.flex-md-fill {
		flex: 1 1 auto !important
	}

	.flex-md-grow-0 {
		flex-grow: 0 !important
	}

	.flex-md-grow-1 {
		flex-grow: 1 !important
	}

	.flex-md-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-md-shrink-1 {
		flex-shrink: 1 !important
	}

	.justify-content-md-start {
		justify-content: flex-start !important
	}

	.justify-content-md-end {
		justify-content: flex-end !important
	}

	.justify-content-md-center {
		justify-content: center !important
	}

	.justify-content-md-between {
		justify-content: space-between !important
	}

	.justify-content-md-around {
		justify-content: space-around !important
	}

	.align-items-md-start {
		align-items: flex-start !important
	}

	.align-items-md-end {
		align-items: flex-end !important
	}

	.align-items-md-center {
		align-items: center !important
	}

	.align-items-md-baseline {
		align-items: baseline !important
	}

	.align-items-md-stretch {
		align-items: stretch !important
	}

	.align-content-md-start {
		align-content: flex-start !important
	}

	.align-content-md-end {
		align-content: flex-end !important
	}

	.align-content-md-center {
		align-content: center !important
	}

	.align-content-md-between {
		align-content: space-between !important
	}

	.align-content-md-around {
		align-content: space-around !important
	}

	.align-content-md-stretch {
		align-content: stretch !important
	}

	.align-self-md-auto {
		align-self: auto !important
	}

	.align-self-md-start {
		align-self: flex-start !important
	}

	.align-self-md-end {
		align-self: flex-end !important
	}

	.align-self-md-center {
		align-self: center !important
	}

	.align-self-md-baseline {
		align-self: baseline !important
	}

	.align-self-md-stretch {
		align-self: stretch !important
	}
}

@media (min-width: 992px) {
	.flex-lg-row {
		flex-direction: row !important
	}

	.flex-lg-column {
		flex-direction: column !important
	}

	.flex-lg-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-lg-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-lg-wrap {
		flex-wrap: wrap !important
	}

	.flex-lg-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-lg-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.flex-lg-fill {
		flex: 1 1 auto !important
	}

	.flex-lg-grow-0 {
		flex-grow: 0 !important
	}

	.flex-lg-grow-1 {
		flex-grow: 1 !important
	}

	.flex-lg-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-lg-shrink-1 {
		flex-shrink: 1 !important
	}

	.justify-content-lg-start {
		justify-content: flex-start !important
	}

	.justify-content-lg-end {
		justify-content: flex-end !important
	}

	.justify-content-lg-center {
		justify-content: center !important
	}

	.justify-content-lg-between {
		justify-content: space-between !important
	}

	.justify-content-lg-around {
		justify-content: space-around !important
	}

	.align-items-lg-start {
		align-items: flex-start !important
	}

	.align-items-lg-end {
		align-items: flex-end !important
	}

	.align-items-lg-center {
		align-items: center !important
	}

	.align-items-lg-baseline {
		align-items: baseline !important
	}

	.align-items-lg-stretch {
		align-items: stretch !important
	}

	.align-content-lg-start {
		align-content: flex-start !important
	}

	.align-content-lg-end {
		align-content: flex-end !important
	}

	.align-content-lg-center {
		align-content: center !important
	}

	.align-content-lg-between {
		align-content: space-between !important
	}

	.align-content-lg-around {
		align-content: space-around !important
	}

	.align-content-lg-stretch {
		align-content: stretch !important
	}

	.align-self-lg-auto {
		align-self: auto !important
	}

	.align-self-lg-start {
		align-self: flex-start !important
	}

	.align-self-lg-end {
		align-self: flex-end !important
	}

	.align-self-lg-center {
		align-self: center !important
	}

	.align-self-lg-baseline {
		align-self: baseline !important
	}

	.align-self-lg-stretch {
		align-self: stretch !important
	}
}

@media (min-width: 1200px) {
	.flex-xl-row {
		flex-direction: row !important
	}

	.flex-xl-column {
		flex-direction: column !important
	}

	.flex-xl-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-xl-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-xl-wrap {
		flex-wrap: wrap !important
	}

	.flex-xl-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-xl-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.flex-xl-fill {
		flex: 1 1 auto !important
	}

	.flex-xl-grow-0 {
		flex-grow: 0 !important
	}

	.flex-xl-grow-1 {
		flex-grow: 1 !important
	}

	.flex-xl-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-xl-shrink-1 {
		flex-shrink: 1 !important
	}

	.justify-content-xl-start {
		justify-content: flex-start !important
	}

	.justify-content-xl-end {
		justify-content: flex-end !important
	}

	.justify-content-xl-center {
		justify-content: center !important
	}

	.justify-content-xl-between {
		justify-content: space-between !important
	}

	.justify-content-xl-around {
		justify-content: space-around !important
	}

	.align-items-xl-start {
		align-items: flex-start !important
	}

	.align-items-xl-end {
		align-items: flex-end !important
	}

	.align-items-xl-center {
		align-items: center !important
	}

	.align-items-xl-baseline {
		align-items: baseline !important
	}

	.align-items-xl-stretch {
		align-items: stretch !important
	}

	.align-content-xl-start {
		align-content: flex-start !important
	}

	.align-content-xl-end {
		align-content: flex-end !important
	}

	.align-content-xl-center {
		align-content: center !important
	}

	.align-content-xl-between {
		align-content: space-between !important
	}

	.align-content-xl-around {
		align-content: space-around !important
	}

	.align-content-xl-stretch {
		align-content: stretch !important
	}

	.align-self-xl-auto {
		align-self: auto !important
	}

	.align-self-xl-start {
		align-self: flex-start !important
	}

	.align-self-xl-end {
		align-self: flex-end !important
	}

	.align-self-xl-center {
		align-self: center !important
	}

	.align-self-xl-baseline {
		align-self: baseline !important
	}

	.align-self-xl-stretch {
		align-self: stretch !important
	}
}

.float-left {
	float: left !important
}

.float-right {
	float: right !important
}

.float-none {
	float: none !important
}

@media (min-width: 576px) {
	.float-sm-left {
		float: left !important
	}

	.float-sm-right {
		float: right !important
	}

	.float-sm-none {
		float: none !important
	}
}

@media (min-width: 768px) {
	.float-md-left {
		float: left !important
	}

	.float-md-right {
		float: right !important
	}

	.float-md-none {
		float: none !important
	}
}

@media (min-width: 992px) {
	.float-lg-left {
		float: left !important
	}

	.float-lg-right {
		float: right !important
	}

	.float-lg-none {
		float: none !important
	}
}

@media (min-width: 1200px) {
	.float-xl-left {
		float: left !important
	}

	.float-xl-right {
		float: right !important
	}

	.float-xl-none {
		float: none !important
	}
}

.user-select-all {
	user-select: all !important
}

.user-select-auto {
	user-select: auto !important
}

.user-select-none {
	user-select: none !important
}

.overflow-auto {
	overflow: auto !important
}

.overflow-hidden {
	overflow: hidden !important
}

.position-static {
	position: static !important
}

.position-relative {
	position: relative !important
}

.position-absolute {
	position: absolute !important
}

.position-fixed {
	position: fixed !important
}

.position-sticky {
	position: sticky !important
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030
}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030
}

@supports (position: sticky) {
	.sticky-top {
		position: sticky;
		top: 0;
		z-index: 1020
	}
}

.sr-only, .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal
}

.shadow-sm {
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important
}

.shadow {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important
}

.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important
}

.shadow-none {
	box-shadow: none !important
}

.w-25 {
	width: 25% !important
}

.w-50 {
	width: 50% !important
}

.w-75 {
	width: 75% !important
}

.w-100 {
	width: 100% !important
}

.w-auto {
	width: auto !important
}

.h-25 {
	height: 25% !important
}

.h-50 {
	height: 50% !important
}

.h-75 {
	height: 75% !important
}

.h-100 {
	height: 100% !important
}

.h-auto {
	height: auto !important
}

.mw-100 {
	max-width: 100% !important
}

.mh-100 {
	max-height: 100% !important
}

.min-vw-100 {
	min-width: 100vw !important
}

.min-vh-100 {
	min-height: 100vh !important
}

.vw-100 {
	width: 100vw !important
}

.vh-100 {
	height: 100vh !important
}

.m-0 {
	margin: 0 !important
}

.mt-0, .my-0 {
	margin-top: 0 !important
}

.mr-0, .mx-0 {
	margin-right: 0 !important
}

.mb-0, .my-0 {
	margin-bottom: 0 !important
}

.ml-0, .mx-0 {
	margin-left: 0 !important
}

.m-1 {
	margin: 0.5rem !important
}

.mt-1, .my-1 {
	margin-top: 0.5rem !important
}

.mr-1, .mx-1 {
	margin-right: 0.5rem !important
}

.mb-1, .my-1 {
	margin-bottom: 0.5rem !important
}

.ml-1, .mx-1 {
	margin-left: 0.5rem !important
}

.m-2 {
	margin: 1rem !important
}

.mt-2, .my-2 {
	margin-top: 1rem !important
}

.mr-2, .mx-2 {
	margin-right: 1rem !important
}

.mb-2, .my-2 {
	margin-bottom: 1rem !important
}

.ml-2, .mx-2 {
	margin-left: 1rem !important
}

.m-3 {
	margin: 1.5rem !important
}

.mt-3, .my-3 {
	margin-top: 1.5rem !important
}

.mr-3, .mx-3 {
	margin-right: 1.5rem !important
}

.mb-3, .my-3 {
	margin-bottom: 1.5rem !important
}

.ml-3, .mx-3 {
	margin-left: 1.5rem !important
}

.m-4 {
	margin: 3rem !important
}

.mt-4, .my-4 {
	margin-top: 3rem !important
}

.mr-4, .mx-4 {
	margin-right: 3rem !important
}

.mb-4, .my-4 {
	margin-bottom: 3rem !important
}

.ml-4, .mx-4 {
	margin-left: 3rem !important
}

.m-5 {
	margin: 3.75rem !important
}

.mt-5, .my-5 {
	margin-top: 3.75rem !important
}

.mr-5, .mx-5 {
	margin-right: 3.75rem !important
}

.mb-5, .my-5 {
	margin-bottom: 3.75rem !important
}

.ml-5, .mx-5 {
	margin-left: 3.75rem !important
}

.p-0 {
	padding: 0 !important
}

.pt-0, .py-0 {
	padding-top: 0 !important
}

.pr-0, .px-0 {
	padding-right: 0 !important
}

.pb-0, .py-0 {
	padding-bottom: 0 !important
}

.pl-0, .px-0 {
	padding-left: 0 !important
}

.p-1 {
	padding: 0.5rem !important
}

.pt-1, .py-1 {
	padding-top: 0.5rem !important
}

.pr-1, .px-1 {
	padding-right: 0.5rem !important
}

.pb-1, .py-1 {
	padding-bottom: 0.5rem !important
}

.pl-1, .px-1 {
	padding-left: 0.5rem !important
}

.p-2 {
	padding: 1rem !important
}

.pt-2, .py-2 {
	padding-top: 1rem !important
}

.pr-2, .px-2 {
	padding-right: 1rem !important
}

.pb-2, .py-2 {
	padding-bottom: 1rem !important
}

.pl-2, .px-2 {
	padding-left: 1rem !important
}

.p-3 {
	padding: 1.5rem !important
}

.pt-3, .py-3 {
	padding-top: 1.5rem !important
}

.pr-3, .px-3 {
	padding-right: 1.5rem !important
}

.pb-3, .py-3 {
	padding-bottom: 1.5rem !important
}

.pl-3, .px-3 {
	padding-left: 1.5rem !important
}

.p-4 {
	padding: 3rem !important
}

.pt-4, .py-4 {
	padding-top: 3rem !important
}

.pr-4, .px-4 {
	padding-right: 3rem !important
}

.pb-4, .py-4 {
	padding-bottom: 3rem !important
}

.pl-4, .px-4 {
	padding-left: 3rem !important
}

.p-5 {
	padding: 3.75rem !important
}

.pt-5, .py-5 {
	padding-top: 3.75rem !important
}

.pr-5, .px-5 {
	padding-right: 3.75rem !important
}

.pb-5, .py-5 {
	padding-bottom: 3.75rem !important
}

.pl-5, .px-5 {
	padding-left: 3.75rem !important
}

.m-n1 {
	margin: -0.5rem !important
}

.mt-n1, .my-n1 {
	margin-top: -0.5rem !important
}

.mr-n1, .mx-n1 {
	margin-right: -0.5rem !important
}

.mb-n1, .my-n1 {
	margin-bottom: -0.5rem !important
}

.ml-n1, .mx-n1 {
	margin-left: -0.5rem !important
}

.m-n2 {
	margin: -1rem !important
}

.mt-n2, .my-n2 {
	margin-top: -1rem !important
}

.mr-n2, .mx-n2 {
	margin-right: -1rem !important
}

.mb-n2, .my-n2 {
	margin-bottom: -1rem !important
}

.ml-n2, .mx-n2 {
	margin-left: -1rem !important
}

.m-n3 {
	margin: -1.5rem !important
}

.mt-n3, .my-n3 {
	margin-top: -1.5rem !important
}

.mr-n3, .mx-n3 {
	margin-right: -1.5rem !important
}

.mb-n3, .my-n3 {
	margin-bottom: -1.5rem !important
}

.ml-n3, .mx-n3 {
	margin-left: -1.5rem !important
}

.m-n4 {
	margin: -3rem !important
}

.mt-n4, .my-n4 {
	margin-top: -3rem !important
}

.mr-n4, .mx-n4 {
	margin-right: -3rem !important
}

.mb-n4, .my-n4 {
	margin-bottom: -3rem !important
}

.ml-n4, .mx-n4 {
	margin-left: -3rem !important
}

.m-n5 {
	margin: -3.75rem !important
}

.mt-n5, .my-n5 {
	margin-top: -3.75rem !important
}

.mr-n5, .mx-n5 {
	margin-right: -3.75rem !important
}

.mb-n5, .my-n5 {
	margin-bottom: -3.75rem !important
}

.ml-n5, .mx-n5 {
	margin-left: -3.75rem !important
}

.m-auto {
	margin: auto !important
}

.mt-auto, .my-auto {
	margin-top: auto !important
}

.mr-auto, .mx-auto, .aligncenter {
	margin-right: auto !important
}

.mb-auto, .my-auto {
	margin-bottom: auto !important
}

.ml-auto, .mx-auto, .aligncenter {
	margin-left: auto !important
}

@media (min-width: 576px) {
	.m-sm-0 {
		margin: 0 !important
	}

	.mt-sm-0, .my-sm-0 {
		margin-top: 0 !important
	}

	.mr-sm-0, .mx-sm-0 {
		margin-right: 0 !important
	}

	.mb-sm-0, .my-sm-0 {
		margin-bottom: 0 !important
	}

	.ml-sm-0, .mx-sm-0 {
		margin-left: 0 !important
	}

	.m-sm-1 {
		margin: 0.5rem !important
	}

	.mt-sm-1, .my-sm-1 {
		margin-top: 0.5rem !important
	}

	.mr-sm-1, .mx-sm-1 {
		margin-right: 0.5rem !important
	}

	.mb-sm-1, .my-sm-1 {
		margin-bottom: 0.5rem !important
	}

	.ml-sm-1, .mx-sm-1 {
		margin-left: 0.5rem !important
	}

	.m-sm-2 {
		margin: 1rem !important
	}

	.mt-sm-2, .my-sm-2 {
		margin-top: 1rem !important
	}

	.mr-sm-2, .mx-sm-2 {
		margin-right: 1rem !important
	}

	.mb-sm-2, .my-sm-2 {
		margin-bottom: 1rem !important
	}

	.ml-sm-2, .mx-sm-2 {
		margin-left: 1rem !important
	}

	.m-sm-3 {
		margin: 1.5rem !important
	}

	.mt-sm-3, .my-sm-3 {
		margin-top: 1.5rem !important
	}

	.mr-sm-3, .mx-sm-3 {
		margin-right: 1.5rem !important
	}

	.mb-sm-3, .my-sm-3 {
		margin-bottom: 1.5rem !important
	}

	.ml-sm-3, .mx-sm-3 {
		margin-left: 1.5rem !important
	}

	.m-sm-4 {
		margin: 3rem !important
	}

	.mt-sm-4, .my-sm-4 {
		margin-top: 3rem !important
	}

	.mr-sm-4, .mx-sm-4 {
		margin-right: 3rem !important
	}

	.mb-sm-4, .my-sm-4 {
		margin-bottom: 3rem !important
	}

	.ml-sm-4, .mx-sm-4 {
		margin-left: 3rem !important
	}

	.m-sm-5 {
		margin: 3.75rem !important
	}

	.mt-sm-5, .my-sm-5 {
		margin-top: 3.75rem !important
	}

	.mr-sm-5, .mx-sm-5 {
		margin-right: 3.75rem !important
	}

	.mb-sm-5, .my-sm-5 {
		margin-bottom: 3.75rem !important
	}

	.ml-sm-5, .mx-sm-5 {
		margin-left: 3.75rem !important
	}

	.p-sm-0 {
		padding: 0 !important
	}

	.pt-sm-0, .py-sm-0 {
		padding-top: 0 !important
	}

	.pr-sm-0, .px-sm-0 {
		padding-right: 0 !important
	}

	.pb-sm-0, .py-sm-0 {
		padding-bottom: 0 !important
	}

	.pl-sm-0, .px-sm-0 {
		padding-left: 0 !important
	}

	.p-sm-1 {
		padding: 0.5rem !important
	}

	.pt-sm-1, .py-sm-1 {
		padding-top: 0.5rem !important
	}

	.pr-sm-1, .px-sm-1 {
		padding-right: 0.5rem !important
	}

	.pb-sm-1, .py-sm-1 {
		padding-bottom: 0.5rem !important
	}

	.pl-sm-1, .px-sm-1 {
		padding-left: 0.5rem !important
	}

	.p-sm-2 {
		padding: 1rem !important
	}

	.pt-sm-2, .py-sm-2 {
		padding-top: 1rem !important
	}

	.pr-sm-2, .px-sm-2 {
		padding-right: 1rem !important
	}

	.pb-sm-2, .py-sm-2 {
		padding-bottom: 1rem !important
	}

	.pl-sm-2, .px-sm-2 {
		padding-left: 1rem !important
	}

	.p-sm-3 {
		padding: 1.5rem !important
	}

	.pt-sm-3, .py-sm-3 {
		padding-top: 1.5rem !important
	}

	.pr-sm-3, .px-sm-3 {
		padding-right: 1.5rem !important
	}

	.pb-sm-3, .py-sm-3 {
		padding-bottom: 1.5rem !important
	}

	.pl-sm-3, .px-sm-3 {
		padding-left: 1.5rem !important
	}

	.p-sm-4 {
		padding: 3rem !important
	}

	.pt-sm-4, .py-sm-4 {
		padding-top: 3rem !important
	}

	.pr-sm-4, .px-sm-4 {
		padding-right: 3rem !important
	}

	.pb-sm-4, .py-sm-4 {
		padding-bottom: 3rem !important
	}

	.pl-sm-4, .px-sm-4 {
		padding-left: 3rem !important
	}

	.p-sm-5 {
		padding: 3.75rem !important
	}

	.pt-sm-5, .py-sm-5 {
		padding-top: 3.75rem !important
	}

	.pr-sm-5, .px-sm-5 {
		padding-right: 3.75rem !important
	}

	.pb-sm-5, .py-sm-5 {
		padding-bottom: 3.75rem !important
	}

	.pl-sm-5, .px-sm-5 {
		padding-left: 3.75rem !important
	}

	.m-sm-n1 {
		margin: -0.5rem !important
	}

	.mt-sm-n1, .my-sm-n1 {
		margin-top: -0.5rem !important
	}

	.mr-sm-n1, .mx-sm-n1 {
		margin-right: -0.5rem !important
	}

	.mb-sm-n1, .my-sm-n1 {
		margin-bottom: -0.5rem !important
	}

	.ml-sm-n1, .mx-sm-n1 {
		margin-left: -0.5rem !important
	}

	.m-sm-n2 {
		margin: -1rem !important
	}

	.mt-sm-n2, .my-sm-n2 {
		margin-top: -1rem !important
	}

	.mr-sm-n2, .mx-sm-n2 {
		margin-right: -1rem !important
	}

	.mb-sm-n2, .my-sm-n2 {
		margin-bottom: -1rem !important
	}

	.ml-sm-n2, .mx-sm-n2 {
		margin-left: -1rem !important
	}

	.m-sm-n3 {
		margin: -1.5rem !important
	}

	.mt-sm-n3, .my-sm-n3 {
		margin-top: -1.5rem !important
	}

	.mr-sm-n3, .mx-sm-n3 {
		margin-right: -1.5rem !important
	}

	.mb-sm-n3, .my-sm-n3 {
		margin-bottom: -1.5rem !important
	}

	.ml-sm-n3, .mx-sm-n3 {
		margin-left: -1.5rem !important
	}

	.m-sm-n4 {
		margin: -3rem !important
	}

	.mt-sm-n4, .my-sm-n4 {
		margin-top: -3rem !important
	}

	.mr-sm-n4, .mx-sm-n4 {
		margin-right: -3rem !important
	}

	.mb-sm-n4, .my-sm-n4 {
		margin-bottom: -3rem !important
	}

	.ml-sm-n4, .mx-sm-n4 {
		margin-left: -3rem !important
	}

	.m-sm-n5 {
		margin: -3.75rem !important
	}

	.mt-sm-n5, .my-sm-n5 {
		margin-top: -3.75rem !important
	}

	.mr-sm-n5, .mx-sm-n5 {
		margin-right: -3.75rem !important
	}

	.mb-sm-n5, .my-sm-n5 {
		margin-bottom: -3.75rem !important
	}

	.ml-sm-n5, .mx-sm-n5 {
		margin-left: -3.75rem !important
	}

	.m-sm-auto {
		margin: auto !important
	}

	.mt-sm-auto, .my-sm-auto {
		margin-top: auto !important
	}

	.mr-sm-auto, .mx-sm-auto {
		margin-right: auto !important
	}

	.mb-sm-auto, .my-sm-auto {
		margin-bottom: auto !important
	}

	.ml-sm-auto, .mx-sm-auto {
		margin-left: auto !important
	}
}

@media (min-width: 768px) {
	.m-md-0 {
		margin: 0 !important
	}

	.mt-md-0, .my-md-0 {
		margin-top: 0 !important
	}

	.mr-md-0, .mx-md-0 {
		margin-right: 0 !important
	}

	.mb-md-0, .my-md-0 {
		margin-bottom: 0 !important
	}

	.ml-md-0, .mx-md-0 {
		margin-left: 0 !important
	}

	.m-md-1 {
		margin: 0.5rem !important
	}

	.mt-md-1, .my-md-1 {
		margin-top: 0.5rem !important
	}

	.mr-md-1, .mx-md-1 {
		margin-right: 0.5rem !important
	}

	.mb-md-1, .my-md-1 {
		margin-bottom: 0.5rem !important
	}

	.ml-md-1, .mx-md-1 {
		margin-left: 0.5rem !important
	}

	.m-md-2 {
		margin: 1rem !important
	}

	.mt-md-2, .my-md-2 {
		margin-top: 1rem !important
	}

	.mr-md-2, .mx-md-2 {
		margin-right: 1rem !important
	}

	.mb-md-2, .my-md-2 {
		margin-bottom: 1rem !important
	}

	.ml-md-2, .mx-md-2 {
		margin-left: 1rem !important
	}

	.m-md-3 {
		margin: 1.5rem !important
	}

	.mt-md-3, .my-md-3 {
		margin-top: 1.5rem !important
	}

	.mr-md-3, .mx-md-3 {
		margin-right: 1.5rem !important
	}

	.mb-md-3, .my-md-3 {
		margin-bottom: 1.5rem !important
	}

	.ml-md-3, .mx-md-3 {
		margin-left: 1.5rem !important
	}

	.m-md-4 {
		margin: 3rem !important
	}

	.mt-md-4, .my-md-4 {
		margin-top: 3rem !important
	}

	.mr-md-4, .mx-md-4 {
		margin-right: 3rem !important
	}

	.mb-md-4, .my-md-4 {
		margin-bottom: 3rem !important
	}

	.ml-md-4, .mx-md-4 {
		margin-left: 3rem !important
	}

	.m-md-5 {
		margin: 3.75rem !important
	}

	.mt-md-5, .my-md-5 {
		margin-top: 3.75rem !important
	}

	.mr-md-5, .mx-md-5 {
		margin-right: 3.75rem !important
	}

	.mb-md-5, .my-md-5 {
		margin-bottom: 3.75rem !important
	}

	.ml-md-5, .mx-md-5 {
		margin-left: 3.75rem !important
	}

	.p-md-0 {
		padding: 0 !important
	}

	.pt-md-0, .py-md-0 {
		padding-top: 0 !important
	}

	.pr-md-0, .px-md-0 {
		padding-right: 0 !important
	}

	.pb-md-0, .py-md-0 {
		padding-bottom: 0 !important
	}

	.pl-md-0, .px-md-0 {
		padding-left: 0 !important
	}

	.p-md-1 {
		padding: 0.5rem !important
	}

	.pt-md-1, .py-md-1 {
		padding-top: 0.5rem !important
	}

	.pr-md-1, .px-md-1 {
		padding-right: 0.5rem !important
	}

	.pb-md-1, .py-md-1 {
		padding-bottom: 0.5rem !important
	}

	.pl-md-1, .px-md-1 {
		padding-left: 0.5rem !important
	}

	.p-md-2 {
		padding: 1rem !important
	}

	.pt-md-2, .py-md-2 {
		padding-top: 1rem !important
	}

	.pr-md-2, .px-md-2 {
		padding-right: 1rem !important
	}

	.pb-md-2, .py-md-2 {
		padding-bottom: 1rem !important
	}

	.pl-md-2, .px-md-2 {
		padding-left: 1rem !important
	}

	.p-md-3 {
		padding: 1.5rem !important
	}

	.pt-md-3, .py-md-3 {
		padding-top: 1.5rem !important
	}

	.pr-md-3, .px-md-3 {
		padding-right: 1.5rem !important
	}

	.pb-md-3, .py-md-3 {
		padding-bottom: 1.5rem !important
	}

	.pl-md-3, .px-md-3 {
		padding-left: 1.5rem !important
	}

	.p-md-4 {
		padding: 3rem !important
	}

	.pt-md-4, .py-md-4 {
		padding-top: 3rem !important
	}

	.pr-md-4, .px-md-4 {
		padding-right: 3rem !important
	}

	.pb-md-4, .py-md-4 {
		padding-bottom: 3rem !important
	}

	.pl-md-4, .px-md-4 {
		padding-left: 3rem !important
	}

	.p-md-5 {
		padding: 3.75rem !important
	}

	.pt-md-5, .py-md-5 {
		padding-top: 3.75rem !important
	}

	.pr-md-5, .px-md-5 {
		padding-right: 3.75rem !important
	}

	.pb-md-5, .py-md-5 {
		padding-bottom: 3.75rem !important
	}

	.pl-md-5, .px-md-5 {
		padding-left: 3.75rem !important
	}

	.m-md-n1 {
		margin: -0.5rem !important
	}

	.mt-md-n1, .my-md-n1 {
		margin-top: -0.5rem !important
	}

	.mr-md-n1, .mx-md-n1 {
		margin-right: -0.5rem !important
	}

	.mb-md-n1, .my-md-n1 {
		margin-bottom: -0.5rem !important
	}

	.ml-md-n1, .mx-md-n1 {
		margin-left: -0.5rem !important
	}

	.m-md-n2 {
		margin: -1rem !important
	}

	.mt-md-n2, .my-md-n2 {
		margin-top: -1rem !important
	}

	.mr-md-n2, .mx-md-n2 {
		margin-right: -1rem !important
	}

	.mb-md-n2, .my-md-n2 {
		margin-bottom: -1rem !important
	}

	.ml-md-n2, .mx-md-n2 {
		margin-left: -1rem !important
	}

	.m-md-n3 {
		margin: -1.5rem !important
	}

	.mt-md-n3, .my-md-n3 {
		margin-top: -1.5rem !important
	}

	.mr-md-n3, .mx-md-n3 {
		margin-right: -1.5rem !important
	}

	.mb-md-n3, .my-md-n3 {
		margin-bottom: -1.5rem !important
	}

	.ml-md-n3, .mx-md-n3 {
		margin-left: -1.5rem !important
	}

	.m-md-n4 {
		margin: -3rem !important
	}

	.mt-md-n4, .my-md-n4 {
		margin-top: -3rem !important
	}

	.mr-md-n4, .mx-md-n4 {
		margin-right: -3rem !important
	}

	.mb-md-n4, .my-md-n4 {
		margin-bottom: -3rem !important
	}

	.ml-md-n4, .mx-md-n4 {
		margin-left: -3rem !important
	}

	.m-md-n5 {
		margin: -3.75rem !important
	}

	.mt-md-n5, .my-md-n5 {
		margin-top: -3.75rem !important
	}

	.mr-md-n5, .mx-md-n5 {
		margin-right: -3.75rem !important
	}

	.mb-md-n5, .my-md-n5 {
		margin-bottom: -3.75rem !important
	}

	.ml-md-n5, .mx-md-n5 {
		margin-left: -3.75rem !important
	}

	.m-md-auto {
		margin: auto !important
	}

	.mt-md-auto, .my-md-auto {
		margin-top: auto !important
	}

	.mr-md-auto, .mx-md-auto {
		margin-right: auto !important
	}

	.mb-md-auto, .my-md-auto {
		margin-bottom: auto !important
	}

	.ml-md-auto, .mx-md-auto {
		margin-left: auto !important
	}
}

@media (min-width: 992px) {
	.m-lg-0 {
		margin: 0 !important
	}

	.mt-lg-0, .my-lg-0 {
		margin-top: 0 !important
	}

	.mr-lg-0, .mx-lg-0 {
		margin-right: 0 !important
	}

	.mb-lg-0, .my-lg-0 {
		margin-bottom: 0 !important
	}

	.ml-lg-0, .mx-lg-0 {
		margin-left: 0 !important
	}

	.m-lg-1 {
		margin: 0.5rem !important
	}

	.mt-lg-1, .my-lg-1 {
		margin-top: 0.5rem !important
	}

	.mr-lg-1, .mx-lg-1 {
		margin-right: 0.5rem !important
	}

	.mb-lg-1, .my-lg-1 {
		margin-bottom: 0.5rem !important
	}

	.ml-lg-1, .mx-lg-1 {
		margin-left: 0.5rem !important
	}

	.m-lg-2 {
		margin: 1rem !important
	}

	.mt-lg-2, .my-lg-2 {
		margin-top: 1rem !important
	}

	.mr-lg-2, .mx-lg-2 {
		margin-right: 1rem !important
	}

	.mb-lg-2, .my-lg-2 {
		margin-bottom: 1rem !important
	}

	.ml-lg-2, .mx-lg-2 {
		margin-left: 1rem !important
	}

	.m-lg-3 {
		margin: 1.5rem !important
	}

	.mt-lg-3, .my-lg-3 {
		margin-top: 1.5rem !important
	}

	.mr-lg-3, .mx-lg-3 {
		margin-right: 1.5rem !important
	}

	.mb-lg-3, .my-lg-3 {
		margin-bottom: 1.5rem !important
	}

	.ml-lg-3, .mx-lg-3 {
		margin-left: 1.5rem !important
	}

	.m-lg-4 {
		margin: 3rem !important
	}

	.mt-lg-4, .my-lg-4 {
		margin-top: 3rem !important
	}

	.mr-lg-4, .mx-lg-4 {
		margin-right: 3rem !important
	}

	.mb-lg-4, .my-lg-4 {
		margin-bottom: 3rem !important
	}

	.ml-lg-4, .mx-lg-4 {
		margin-left: 3rem !important
	}

	.m-lg-5 {
		margin: 3.75rem !important
	}

	.mt-lg-5, .my-lg-5 {
		margin-top: 3.75rem !important
	}

	.mr-lg-5, .mx-lg-5 {
		margin-right: 3.75rem !important
	}

	.mb-lg-5, .my-lg-5 {
		margin-bottom: 3.75rem !important
	}

	.ml-lg-5, .mx-lg-5 {
		margin-left: 3.75rem !important
	}

	.p-lg-0 {
		padding: 0 !important
	}

	.pt-lg-0, .py-lg-0 {
		padding-top: 0 !important
	}

	.pr-lg-0, .px-lg-0 {
		padding-right: 0 !important
	}

	.pb-lg-0, .py-lg-0 {
		padding-bottom: 0 !important
	}

	.pl-lg-0, .px-lg-0 {
		padding-left: 0 !important
	}

	.p-lg-1 {
		padding: 0.5rem !important
	}

	.pt-lg-1, .py-lg-1 {
		padding-top: 0.5rem !important
	}

	.pr-lg-1, .px-lg-1 {
		padding-right: 0.5rem !important
	}

	.pb-lg-1, .py-lg-1 {
		padding-bottom: 0.5rem !important
	}

	.pl-lg-1, .px-lg-1 {
		padding-left: 0.5rem !important
	}

	.p-lg-2 {
		padding: 1rem !important
	}

	.pt-lg-2, .py-lg-2 {
		padding-top: 1rem !important
	}

	.pr-lg-2, .px-lg-2 {
		padding-right: 1rem !important
	}

	.pb-lg-2, .py-lg-2 {
		padding-bottom: 1rem !important
	}

	.pl-lg-2, .px-lg-2 {
		padding-left: 1rem !important
	}

	.p-lg-3 {
		padding: 1.5rem !important
	}

	.pt-lg-3, .py-lg-3 {
		padding-top: 1.5rem !important
	}

	.pr-lg-3, .px-lg-3 {
		padding-right: 1.5rem !important
	}

	.pb-lg-3, .py-lg-3 {
		padding-bottom: 1.5rem !important
	}

	.pl-lg-3, .px-lg-3 {
		padding-left: 1.5rem !important
	}

	.p-lg-4 {
		padding: 3rem !important
	}

	.pt-lg-4, .py-lg-4 {
		padding-top: 3rem !important
	}

	.pr-lg-4, .px-lg-4 {
		padding-right: 3rem !important
	}

	.pb-lg-4, .py-lg-4 {
		padding-bottom: 3rem !important
	}

	.pl-lg-4, .px-lg-4 {
		padding-left: 3rem !important
	}

	.p-lg-5 {
		padding: 3.75rem !important
	}

	.pt-lg-5, .py-lg-5 {
		padding-top: 3.75rem !important
	}

	.pr-lg-5, .px-lg-5 {
		padding-right: 3.75rem !important
	}

	.pb-lg-5, .py-lg-5 {
		padding-bottom: 3.75rem !important
	}

	.pl-lg-5, .px-lg-5 {
		padding-left: 3.75rem !important
	}

	.m-lg-n1 {
		margin: -0.5rem !important
	}

	.mt-lg-n1, .my-lg-n1 {
		margin-top: -0.5rem !important
	}

	.mr-lg-n1, .mx-lg-n1 {
		margin-right: -0.5rem !important
	}

	.mb-lg-n1, .my-lg-n1 {
		margin-bottom: -0.5rem !important
	}

	.ml-lg-n1, .mx-lg-n1 {
		margin-left: -0.5rem !important
	}

	.m-lg-n2 {
		margin: -1rem !important
	}

	.mt-lg-n2, .my-lg-n2 {
		margin-top: -1rem !important
	}

	.mr-lg-n2, .mx-lg-n2 {
		margin-right: -1rem !important
	}

	.mb-lg-n2, .my-lg-n2 {
		margin-bottom: -1rem !important
	}

	.ml-lg-n2, .mx-lg-n2 {
		margin-left: -1rem !important
	}

	.m-lg-n3 {
		margin: -1.5rem !important
	}

	.mt-lg-n3, .my-lg-n3 {
		margin-top: -1.5rem !important
	}

	.mr-lg-n3, .mx-lg-n3 {
		margin-right: -1.5rem !important
	}

	.mb-lg-n3, .my-lg-n3 {
		margin-bottom: -1.5rem !important
	}

	.ml-lg-n3, .mx-lg-n3 {
		margin-left: -1.5rem !important
	}

	.m-lg-n4 {
		margin: -3rem !important
	}

	.mt-lg-n4, .my-lg-n4 {
		margin-top: -3rem !important
	}

	.mr-lg-n4, .mx-lg-n4 {
		margin-right: -3rem !important
	}

	.mb-lg-n4, .my-lg-n4 {
		margin-bottom: -3rem !important
	}

	.ml-lg-n4, .mx-lg-n4 {
		margin-left: -3rem !important
	}

	.m-lg-n5 {
		margin: -3.75rem !important
	}

	.mt-lg-n5, .my-lg-n5 {
		margin-top: -3.75rem !important
	}

	.mr-lg-n5, .mx-lg-n5 {
		margin-right: -3.75rem !important
	}

	.mb-lg-n5, .my-lg-n5 {
		margin-bottom: -3.75rem !important
	}

	.ml-lg-n5, .mx-lg-n5 {
		margin-left: -3.75rem !important
	}

	.m-lg-auto {
		margin: auto !important
	}

	.mt-lg-auto, .my-lg-auto {
		margin-top: auto !important
	}

	.mr-lg-auto, .mx-lg-auto {
		margin-right: auto !important
	}

	.mb-lg-auto, .my-lg-auto {
		margin-bottom: auto !important
	}

	.ml-lg-auto, .mx-lg-auto {
		margin-left: auto !important
	}
}

@media (min-width: 1200px) {
	.m-xl-0 {
		margin: 0 !important
	}

	.mt-xl-0, .my-xl-0 {
		margin-top: 0 !important
	}

	.mr-xl-0, .mx-xl-0 {
		margin-right: 0 !important
	}

	.mb-xl-0, .my-xl-0 {
		margin-bottom: 0 !important
	}

	.ml-xl-0, .mx-xl-0 {
		margin-left: 0 !important
	}

	.m-xl-1 {
		margin: 0.5rem !important
	}

	.mt-xl-1, .my-xl-1 {
		margin-top: 0.5rem !important
	}

	.mr-xl-1, .mx-xl-1 {
		margin-right: 0.5rem !important
	}

	.mb-xl-1, .my-xl-1 {
		margin-bottom: 0.5rem !important
	}

	.ml-xl-1, .mx-xl-1 {
		margin-left: 0.5rem !important
	}

	.m-xl-2 {
		margin: 1rem !important
	}

	.mt-xl-2, .my-xl-2 {
		margin-top: 1rem !important
	}

	.mr-xl-2, .mx-xl-2 {
		margin-right: 1rem !important
	}

	.mb-xl-2, .my-xl-2 {
		margin-bottom: 1rem !important
	}

	.ml-xl-2, .mx-xl-2 {
		margin-left: 1rem !important
	}

	.m-xl-3 {
		margin: 1.5rem !important
	}

	.mt-xl-3, .my-xl-3 {
		margin-top: 1.5rem !important
	}

	.mr-xl-3, .mx-xl-3 {
		margin-right: 1.5rem !important
	}

	.mb-xl-3, .my-xl-3 {
		margin-bottom: 1.5rem !important
	}

	.ml-xl-3, .mx-xl-3 {
		margin-left: 1.5rem !important
	}

	.m-xl-4 {
		margin: 3rem !important
	}

	.mt-xl-4, .my-xl-4 {
		margin-top: 3rem !important
	}

	.mr-xl-4, .mx-xl-4 {
		margin-right: 3rem !important
	}

	.mb-xl-4, .my-xl-4 {
		margin-bottom: 3rem !important
	}

	.ml-xl-4, .mx-xl-4 {
		margin-left: 3rem !important
	}

	.m-xl-5 {
		margin: 3.75rem !important
	}

	.mt-xl-5, .my-xl-5 {
		margin-top: 3.75rem !important
	}

	.mr-xl-5, .mx-xl-5 {
		margin-right: 3.75rem !important
	}

	.mb-xl-5, .my-xl-5 {
		margin-bottom: 3.75rem !important
	}

	.ml-xl-5, .mx-xl-5 {
		margin-left: 3.75rem !important
	}

	.p-xl-0 {
		padding: 0 !important
	}

	.pt-xl-0, .py-xl-0 {
		padding-top: 0 !important
	}

	.pr-xl-0, .px-xl-0 {
		padding-right: 0 !important
	}

	.pb-xl-0, .py-xl-0 {
		padding-bottom: 0 !important
	}

	.pl-xl-0, .px-xl-0 {
		padding-left: 0 !important
	}

	.p-xl-1 {
		padding: 0.5rem !important
	}

	.pt-xl-1, .py-xl-1 {
		padding-top: 0.5rem !important
	}

	.pr-xl-1, .px-xl-1 {
		padding-right: 0.5rem !important
	}

	.pb-xl-1, .py-xl-1 {
		padding-bottom: 0.5rem !important
	}

	.pl-xl-1, .px-xl-1 {
		padding-left: 0.5rem !important
	}

	.p-xl-2 {
		padding: 1rem !important
	}

	.pt-xl-2, .py-xl-2 {
		padding-top: 1rem !important
	}

	.pr-xl-2, .px-xl-2 {
		padding-right: 1rem !important
	}

	.pb-xl-2, .py-xl-2 {
		padding-bottom: 1rem !important
	}

	.pl-xl-2, .px-xl-2 {
		padding-left: 1rem !important
	}

	.p-xl-3 {
		padding: 1.5rem !important
	}

	.pt-xl-3, .py-xl-3 {
		padding-top: 1.5rem !important
	}

	.pr-xl-3, .px-xl-3 {
		padding-right: 1.5rem !important
	}

	.pb-xl-3, .py-xl-3 {
		padding-bottom: 1.5rem !important
	}

	.pl-xl-3, .px-xl-3 {
		padding-left: 1.5rem !important
	}

	.p-xl-4 {
		padding: 3rem !important
	}

	.pt-xl-4, .py-xl-4 {
		padding-top: 3rem !important
	}

	.pr-xl-4, .px-xl-4 {
		padding-right: 3rem !important
	}

	.pb-xl-4, .py-xl-4 {
		padding-bottom: 3rem !important
	}

	.pl-xl-4, .px-xl-4 {
		padding-left: 3rem !important
	}

	.p-xl-5 {
		padding: 3.75rem !important
	}

	.pt-xl-5, .py-xl-5 {
		padding-top: 3.75rem !important
	}

	.pr-xl-5, .px-xl-5 {
		padding-right: 3.75rem !important
	}

	.pb-xl-5, .py-xl-5 {
		padding-bottom: 3.75rem !important
	}

	.pl-xl-5, .px-xl-5 {
		padding-left: 3.75rem !important
	}

	.m-xl-n1 {
		margin: -0.5rem !important
	}

	.mt-xl-n1, .my-xl-n1 {
		margin-top: -0.5rem !important
	}

	.mr-xl-n1, .mx-xl-n1 {
		margin-right: -0.5rem !important
	}

	.mb-xl-n1, .my-xl-n1 {
		margin-bottom: -0.5rem !important
	}

	.ml-xl-n1, .mx-xl-n1 {
		margin-left: -0.5rem !important
	}

	.m-xl-n2 {
		margin: -1rem !important
	}

	.mt-xl-n2, .my-xl-n2 {
		margin-top: -1rem !important
	}

	.mr-xl-n2, .mx-xl-n2 {
		margin-right: -1rem !important
	}

	.mb-xl-n2, .my-xl-n2 {
		margin-bottom: -1rem !important
	}

	.ml-xl-n2, .mx-xl-n2 {
		margin-left: -1rem !important
	}

	.m-xl-n3 {
		margin: -1.5rem !important
	}

	.mt-xl-n3, .my-xl-n3 {
		margin-top: -1.5rem !important
	}

	.mr-xl-n3, .mx-xl-n3 {
		margin-right: -1.5rem !important
	}

	.mb-xl-n3, .my-xl-n3 {
		margin-bottom: -1.5rem !important
	}

	.ml-xl-n3, .mx-xl-n3 {
		margin-left: -1.5rem !important
	}

	.m-xl-n4 {
		margin: -3rem !important
	}

	.mt-xl-n4, .my-xl-n4 {
		margin-top: -3rem !important
	}

	.mr-xl-n4, .mx-xl-n4 {
		margin-right: -3rem !important
	}

	.mb-xl-n4, .my-xl-n4 {
		margin-bottom: -3rem !important
	}

	.ml-xl-n4, .mx-xl-n4 {
		margin-left: -3rem !important
	}

	.m-xl-n5 {
		margin: -3.75rem !important
	}

	.mt-xl-n5, .my-xl-n5 {
		margin-top: -3.75rem !important
	}

	.mr-xl-n5, .mx-xl-n5 {
		margin-right: -3.75rem !important
	}

	.mb-xl-n5, .my-xl-n5 {
		margin-bottom: -3.75rem !important
	}

	.ml-xl-n5, .mx-xl-n5 {
		margin-left: -3.75rem !important
	}

	.m-xl-auto {
		margin: auto !important
	}

	.mt-xl-auto, .my-xl-auto {
		margin-top: auto !important
	}

	.mr-xl-auto, .mx-xl-auto {
		margin-right: auto !important
	}

	.mb-xl-auto, .my-xl-auto {
		margin-bottom: auto !important
	}

	.ml-xl-auto, .mx-xl-auto {
		margin-left: auto !important
	}
}

.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: rgba(0, 0, 0, 0)
}

.text-monospace {
	font-family: "Roboto", sans-serif !important
}

.text-justify {
	text-align: justify !important
}

.text-wrap {
	white-space: normal !important
}

.text-nowrap, #main-nav .nav-link, .mobileMenu .nav-link {
	white-space: nowrap !important
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.text-left {
	text-align: left !important
}

.text-right {
	text-align: right !important
}

.text-center {
	text-align: center !important
}

@media (min-width: 576px) {
	.text-sm-left {
		text-align: left !important
	}

	.text-sm-right {
		text-align: right !important
	}

	.text-sm-center {
		text-align: center !important
	}
}

@media (min-width: 768px) {
	.text-md-left {
		text-align: left !important
	}

	.text-md-right {
		text-align: right !important
	}

	.text-md-center {
		text-align: center !important
	}
}

@media (min-width: 992px) {
	.text-lg-left {
		text-align: left !important
	}

	.text-lg-right {
		text-align: right !important
	}

	.text-lg-center {
		text-align: center !important
	}
}

@media (min-width: 1200px) {
	.text-xl-left {
		text-align: left !important
	}

	.text-xl-right {
		text-align: right !important
	}

	.text-xl-center {
		text-align: center !important
	}
}

.text-lowercase {
	text-transform: lowercase !important
}

.text-uppercase {
	text-transform: uppercase !important
}

.text-capitalize {
	text-transform: capitalize !important
}

.font-weight-light {
	font-weight: 300 !important
}

.font-weight-lighter {
	font-weight: lighter !important
}

.font-weight-normal {
	font-weight: 400 !important
}

.font-weight-bold {
	font-weight: 700 !important
}

.font-weight-bolder {
	font-weight: bolder !important
}

.font-italic {
	font-style: italic !important
}

.text-white {
	color: #fff !important
}

.text-primary {
	color: #fcd50e !important
}

a.text-primary:hover, a.text-primary:focus {
	color: #bb9d02 !important
}

.text-secondary {
	color: #6bd084 !important
}

a.text-secondary:hover, a.text-secondary:focus {
	color: #39b558 !important
}

.text-success {
	color: #28a745 !important
}

a.text-success:hover, a.text-success:focus {
	color: #19692c !important
}

.text-info {
	color: #17a2b8 !important
}

a.text-info:hover, a.text-info:focus {
	color: #0f6674 !important
}

.text-warning {
	color: #ffc107 !important
}

a.text-warning:hover, a.text-warning:focus {
	color: #ba8b00 !important
}

.text-danger {
	color: #dc3545 !important
}

a.text-danger:hover, a.text-danger:focus {
	color: #a71d2a !important
}

.text-light {
	color: #f8f9fa !important
}

a.text-light:hover, a.text-light:focus {
	color: #cbd3da !important
}

.text-dark {
	color: #343a40 !important
}

a.text-dark:hover, a.text-dark:focus {
	color: #121416 !important
}

.text-body {
	color: #272a2c !important
}

.text-muted {
	color: #6c757d !important
}

.text-black-50 {
	color: rgba(0, 0, 0, 0.5) !important
}

.text-white-50 {
	color: rgba(255, 255, 255, 0.5) !important
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.text-decoration-none {
	text-decoration: none !important
}

.text-break {
	word-break: break-word !important;
	word-wrap: break-word !important
}

.text-reset {
	color: inherit !important
}

.visible {
	visibility: visible !important
}

.invisible {
	visibility: hidden !important
}

@media print {
	*, *::before, *::after {
		text-shadow: none !important;
		box-shadow: none !important
	}

	a:not(.btn) {
		text-decoration: underline
	}

	abbr[title]::after {
		content: " (" attr(title) ")"
	}

	pre {
		white-space: pre-wrap !important
	}

	pre, blockquote {
		border: 0px solid #adb5bd;
		page-break-inside: avoid
	}

	tr, img {
		page-break-inside: avoid
	}

	p, h2, h3 {
		orphans: 3;
		widows: 3
	}

	h2, h3 {
		page-break-after: avoid
	}

	@page {
		size: a3
	}

	body {
		min-width: 992px !important
	}

	.container {
		min-width: 992px !important
	}

	.navbar {
		display: none
	}

	.badge {
		border: 0px solid #000
	}

	.table {
		border-collapse: collapse !important
	}

	.table td, .table th {
		background-color: #fff !important
	}

	.table-bordered th, .table-bordered td {
		border: 1px solid #dee2e6 !important
	}

	.table-dark {
		color: inherit
	}

	.table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody {
		border-color: #dee2e6
	}

	.table .thead-dark th {
		color: inherit;
		border-color: #dee2e6
	}
}

.wrapper {
	padding: 0.5rem 0 1.25rem 0
}

#wrapper-hero {
	padding: 0px !important
}

.sticky, .gallery-caption, .bypostauthor {
	font-size: inherit
}

.wrapper#wrapper-sticky {
	border-bottom: 1px solid #dee2e6
}

#wrapper-footer-full, #wrapper-static-hero {
	background-color: #e9ecef
}

.wp-caption {
	font-size: inherit
}

.wp-caption-text {
	font-size: inherit
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em
}

.entry-footer span {
	padding-right: 10px
}

img.wp-post-image, article img, figure, img, #secondary img {
	max-width: 100%;
	height: auto
}

a.skip-link {
	position: fixed;
	z-index: 1000;
	top: 0px;
	right: 0px
}

.jumbotron {
	margin-bottom: 0px
}

.navbar-dark .navbar-nav .dropdown-menu .nav-link {
	display: block;
	width: 100%;
	padding: 0.25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529 !important;
	text-align: inherit;
	white-space: nowrap;
	background: none;
	border: 0
}

.navbar-dark .navbar-nav .dropdown-menu .nav-link:hover, .navbar-dark .navbar-nav .dropdown-menu .nav-link:focus {
	color: #16181b !important;
	text-decoration: none;
	background-color: #e9ecef
}

.navbar-dark .navbar-nav .dropdown-menu .nav-link.active, .navbar-dark .navbar-nav .dropdown-menu .nav-link:active {
	color: #fff !important;
	text-decoration: none;
	background-color: #fcd50e
}

.navbar-dark .navbar-nav .dropdown-menu .nav-link.disabled, .navbar-dark .navbar-nav .dropdown-menu .nav-link:disabled {
	color: #adb5bd !important;
	background-color: transparent
}

.navbar-light .navbar-brand a {
	color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-brand a:hover, .navbar-light .navbar-brand a:focus {
	color: rgba(0, 0, 0, 0.9)
}

.navbar-dark .navbar-brand a {
	color: #272a2c
}

.navbar-dark .navbar-brand a:hover, .navbar-dark .navbar-brand a:focus {
	color: #272a2c
}

.navbar h1 {
	font-weight: 400
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
.sr-only, .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

.gallery {
	margin-bottom: 1.5em
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%
}

.gallery-columns-2 .gallery-item {
	max-width: 50%
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
	max-width: 25%
}

.gallery-columns-5 .gallery-item {
	max-width: 20%
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%
}

.gallery-caption {
	display: block
}

a {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out
}

.homepage .thumb {
	min-height: 240px
}

h1, h2, h3, h4, h5 {
	margin-bottom: 10px
}

#main p a {
	text-decoration: underline
}

#main p a:hover {
	text-decoration: none
}

.underline {
	text-decoration: underline
}

.home #main {
	padding: 0px 20px
}

.font1 {
	font-size: 3rem
}

.font2 {
	font-size: 1.8125rem
}

.font3, .table-bookmaker {
	font-size: 1.5rem
}

.font4 {
	font-size: 1rem
}

@media (max-width: 767px) {
	h1, .font1 {
		font-size: 2rem
	}

	h2, .font2 {
		font-size: 1.7rem
	}

	h3, .font3, .table-bookmaker {
		font-size: 1.5rem
	}

	h4, .font4 {
		font-size: 1.25rem
	}

	h5, .font5 {
		font-size: 1.25rem
	}
}

body {
	line-height: 1.56;
	overflow-x: hidden
}

.btn, .ja_btn.confirmBtn, .ja_btn.denyBtn {
	border-radius: 8px;
	font-size: 16px;
	font-weight: bold;
	padding: 9px 19px;
	text-decoration: none !important
}

.btn-secondary {
	background-image: linear-gradient(to bottom, #6bd084 -27%, #106626 111%);
	color: #fff !important
}

.btn-primary, .ja_btn.confirmBtn {
	background-image: linear-gradient(to bottom, #ffe354, #f6d113 100%);
	color: #272a2c
}

.btn-yellow {
	background-image: linear-gradient(to bottom, #ffcf7d, #f59a00 100%);
	color: #272a2c;
	font-size: 18px
}

.btn-danger, .ja_btn.denyBtn {
	background-image: linear-gradient(to bottom, #ff7171, #ff3333 100%);
	color: #fff !important
}

.btn-orange {
	background-image: linear-gradient(to bottom, #ffcc5c, #f9b726 100%);
	color: #272a2c
}

.btn-black {
	background-image: linear-gradient(to bottom, #2b2b2b, #020202 100%);
	color: #fff !important
}

.btn-lg {
	min-width: 280px;
	margin: 0px
}

.btn-cookie {
	color: #106626 !important;
	background-color: #fff !important;
	margin-bottom: 1;
	text-decoration: none !important
}

.main-logo img {
	margin-right: 15px;
	position: absolute;
	top: 50%;
	width: 175px;
	transform: translateY(-50%)
}

@media (max-width: 1440px) {
	.main-logo img {
		width: 150px
	}
}

@media (max-width: 1199px) {
	.main-logo img {
		width: 115px
	}
}

@media (max-width: 991px) {
	.main-logo img {
		width: 140px
	}
}

.searchIcon {
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #242a26;
	border-radius: 50%;
	margin-left: 2rem;
	cursor: pointer
}

.searchIcon .searchIcon__img.--close {
	display: none
}

.searchIcon img {
	width: 18px;
	filter: invert(1)
}

@media (min-width: 991px) {
	.searchIcon {
		margin-left: 1rem
	}
}

@media (min-width: 1199px) {
	.searchIcon {
		margin-left: 0
	}
}

.search-opened .searchIcon .searchIcon__img.--open {
	display: none
}

.search-opened .searchIcon .searchIcon__img.--close {
	display: inline-flex
}

.searchPopup {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999999;
	background-color: rgba(0, 0, 0, 0.65);
	backdrop-filter: blur(3px);
	padding: 2rem;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s, visibility 0.3s
}

.searchPopup.--opened {
	opacity: 1;
	visibility: visible
}

.searchPopup .container {
	max-width: 800px
}

.searchPopup .searchPopup__title {
	color: #FFF;
	font-size: 2.5rem
}

.searchPopup .searchPopup__close {
	position: absolute;
	top: 2rem;
	right: 2rem;
	opacity: 1;
	transition: opacity 0.3s
}

.searchPopup .searchPopup__close:hover {
	opacity: 0.5
}

.searchPopup .searchPopup__close img {
	width: 4rem;
	filter: invert(1)
}

@media (max-width: 991px) {
	.searchPopup .searchPopup__close {
		display: none
	}
}

.searchPopup form {
	max-width: 500px;
	margin: auto
}

.searchPopup .input-group {
	background-color: #FFF;
	border-radius: 8px;
	padding: 2px
}

.searchPopup .input-group .submit {
	border-radius: 8px
}

.searchPopup .input-group .field {
	width: calc(100% - 60px);
	border: 0
}

.searchPopup .input-group-append {
	width: 60px
}

#main-nav, .mobileMenu {
	background: #272a2c;
	box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1)
}

#main-nav .search-icon, .mobileMenu .search-icon {
	margin-top: 11px
}

@media (max-width: 1199px) {
	#main-nav .container, .mobileMenu .container {
		max-width: inherit
	}
}

#main-nav .nav-link, .mobileMenu .nav-link {
	padding: 20px 17px 15px 17px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Oswald;
	transition: color 0.4s, background-color 0.4s
}

@media (max-width: 1440px) {
	#main-nav .nav-link, .mobileMenu .nav-link {
		font-size: 15px
	}
}

@media (max-width: 1300px) {
	#main-nav .nav-link, .mobileMenu .nav-link {
		padding: 20px 11px 15px 11px
	}
}

#main-nav .nav-link:hover, .mobileMenu .nav-link:hover {
	text-decoration: underline
}

@media (min-width: 992px) {
	#main-nav .nav-item, .mobileMenu .nav-item {
		position: relative
	}

	#main-nav .active:before, .mobileMenu .active:before {
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		left: 50%;
		margin-left: -11px;
		bottom: -13px;
		border-color: #272a2c transparent transparent;
		border-style: solid;
		border-width: 11px 11px 0;
		border-width: 0.7rem 0.7rem 0;
		z-index: 1;
		-webkit-transition: border-color 0.15s linear;
		transition: border-color 0.15s linear
	}

	#main-nav .dropdown-menu, .mobileMenu .dropdown-menu {
		margin-top: 0px
	}

	#main-nav .dropdown-menu .active:before, .mobileMenu .dropdown-menu .active:before {
		content: none
	}
}

.secondary-navigation {
	margin-bottom: 0px !important;
	position: relative
}

.secondary-navigation:after {
	position: absolute;
	content: "";
	right: 0px;
	width: 60px;
	height: calc(100% - 10px);
	top: 0px;
	pointer-events: none;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 88%);
	border-top-right-radius: 8px
}

.secondary-navigation > div {
	position: relative;
	box-shadow: 0px 5px 10px 0 rgba(53, 29, 3, 0.2);
	background-color: #ffffff;
	padding: 6px 16px 8px;
	border-radius: 8px;
	margin-bottom: 0.5rem !important
}

@media (max-width: 991px) {
	.secondary-navigation > div {
		margin-bottom: 15px !important
	}
}

.secondary-navigation > div:not(.--jsfied) {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch
}

@media (min-width: 991px) {
	.secondary-navigation > div::-webkit-scrollbar {
		width: 10px;
		height: 10px
	}

	.secondary-navigation > div::-webkit-scrollbar-track {
		border-radius: 8px;
		background-color: #fff;
		box-shadow: 0px 5px 10px 0 rgba(53, 29, 3, 0.2)
	}

	.secondary-navigation > div::-webkit-scrollbar-thumb {
		border-radius: 8px;
		background-color: #f8c024
	}
}

.secondary-navigation > div .nav__hidden {
	display: none
}

.secondary-navigation > div .nav__list {
	list-style: none;
	display: flex;
	margin: 0;
	padding: 0
}

.secondary-navigation > div .nav__list li {
	transition: 0.25s
}

.secondary-navigation > div .nav__list li:first-child a {
	padding-left: 0px
}

.secondary-navigation > div .nav__list > li {
}

.secondary-navigation > div .nav__list > li > a {
	padding: 4px 15px;
	white-space: nowrap
}

.secondary-navigation > div .nav__list > li a {
	color: #000;
	font-weight: 500;
	transition: 0.25s
}

.secondary-navigation > div .nav__list .nav__item__more button {
	padding: 15px;
	white-space: nowrap;
	border: 0;
	background: transparent;
	cursor: pointer;
	padding-right: 0px
}

.secondary-navigation > div .nav__list .nav__item__more button:focus {
	outline: none
}

.secondary-navigation > div .nav__list .nav__item__more svg {
	width: 20px;
	height: 20px;
	transition: 0.25s
}

.secondary-navigation > div.nav__active .nav__list .nav__item__more svg {
	transform: rotate(90deg)
}

.secondary-navigation > div .nav__list__more {
	list-style: none;
	position: absolute;
	top: calc(100% + 5px);
	right: 0;
	display: none;
	max-width: 100%;
	min-width: 10em;
	margin: 0;
	border-radius: 8px;
	box-shadow: 0px 5px 10px 0 rgba(53, 29, 3, 0.2);
	background-color: #ffffff;
	padding: 8px 0px;
	margin-bottom: 8px;
	z-index: 100;
	animation: nav-dropdown-animation 0.2s
}

.secondary-navigation > div .nav__list__more li {
	padding: 10px 15px
}

.secondary-navigation > div.nav__active .nav__list__more {
	display: block
}

@keyframes nav-dropdown-animation {
	0% {
		opacity: 0;
		transform: translateY(-1em)
	}
	100% {
		opacity: 1;
		transform: translateY(0)
	}
}

.main-logo, .second-button {
	z-index: 100
}

.off-canvas-wrapper {
	position: relative;
	overflow: hidden
}

.off-canvas-content, #mobile-main-menu {
	-webkit-transition: -webkit-transform 0.5s ease;
	transition: -webkit-transform 0.5s ease;
	transition: transform 0.5s ease;
	transition: transform 0.5s ease, -webkit-transform 0.5s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

#mobile-main-menu {
	overflow: auto
}

@media screen and (max-width: 991px) {
	#navbarNavDropdown {
		display: none
	}

	.mobileMenu {
		position: fixed;
		right: 0;
		bottom: 0;
		width: 250px;
		top: 0;
		z-index: 9999999;
		padding: 0;
		transform: translateX(250px);
		transform-origin: center right;
		opacity: 0;
		visibility: hidden;
		transition: transform 0.5s ease, opacity 0.25s ease, visibility 0.25s ease
	}

	.mobileMenu > div {
		height: 100%
	}

	#main-nav .searchIcon {
		margin-left: auto;
		margin-right: 0.5rem
	}

	#mobile-main-menu {
		height: 100%;
		background: #272a2c;
		padding-top: 25vh
	}

	#mobile-main-menu.open {
		transform: translateX(0px)
	}

	#mobile-main-menu.open #menu-wrapper {
		box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1)
	}

	#mobile-main-menu .nav-link {
		text-align: right;
		padding: 10px;
		padding-right: 40px;
		border-bottom: 0px
	}

	.off-canvas-content.open {
		transform: translateX(-250px)
	}
}

#kancelareCarousel {
	margin-left: -10px;
	margin-right: -10px
}

#kancelareCarousel .controls-bottom {
	position: absolute;
	top: 45%;
	width: 100%;
	padding: 0px
}

#kancelareCarousel .controls-bottom .btn-control {
	width: 35px;
	text-align: center;
	height: 30px
}

#kancelareCarousel .controls-bottom .btn-control.pull-left {
	margin-left: -17px
}

#kancelareCarousel .controls-bottom .btn-control.pull-right {
	margin-right: -17px
}

.promo-card {
	border-radius: 8px;
	box-shadow: 0px 5px 10px 0 rgba(53, 29, 3, 0.2);
	background-color: #ffffff;
	padding: 20px 20px 20px 20px;
	line-height: 1.33;
	display: flex;
	height: 100%
}

.promo-card a {
	color: #272a2c
}

.promo-card a:hover {
	text-decoration: none
}

.promo-card .thumb {
	background-size: contain;
	background-position: center center;
	border-radius: 8px;
	aspect-ratio: 1.7777777778;
	background-repeat: no-repeat
}

@media (max-width: 991px) {
	.promo-card .thumb {
		padding-top: 200px;
		max-width: 200px;
		margin: 0px auto
	}
}

.promo-card .countdown {
	font-weight: bold;
	line-height: 1.83;
	margin-bottom: 12px;
	color: #106626
}

.promo-card .countdown.disabled {
	color: #dd5f5f
}

.promo-card h3 {
	margin-bottom: 0rem
}

.promo-card p {
	font-size: 16px
}

.promo-detail {
	border-radius: 8px;
	box-shadow: 0px 5px 10px 0 rgba(53, 29, 3, 0.2);
	background-color: #ffffff;
	margin-bottom: 30px;
	padding: 40px
}

@media (max-width: 767px) {
	.promo-detail {
		padding: 22px
	}
}

.promo-detail img {
	border-radius: 8px;
	box-shadow: 0px 5px 10px 0 rgba(53, 29, 3, 0.2)
}

.promo-detail .logo img {
	border-radius: 0px;
	box-shadow: none
}

.promo-detail .logo img {
	max-width: 100%;
	height: 140px;
	width: auto;
	object-fit: contain
}

@media (max-width: 991px) {
	.promo-detail .logo img {
		max-height: 100px;
		width: auto
	}
}

.promo-detail .entry-meta {
	padding-left: 9px
}

.promo-detail .countdown {
	font-weight: bold;
	line-height: 1.83;
	margin-bottom: 12px;
	color: #106626
}

.promo-detail .countdown.disabled {
	color: #dd5f5f
}

.promo-detail h2 {
	margin-bottom: 1rem
}

.promo-detail .elementor-section {
	padding: 10px 0px
}

@media (max-width: 767px) {
	.m-w-100 {
		width: 100%
	}
}

.tipy-card .posted-on, .widgetPost .posted-on {
	display: flex;
	font-size: 14px;
	font-weight: bold;
	color: #dd5f5f
}

.tipy-card .author.vcard, .tipy-card .author.vcard a, .widgetPost .author.vcard, .widgetPost .author.vcard a {
	display: flex;
	font-size: 14px;
	font-weight: bold;
	color: #106626;
	vertical-align: middle
}

.tipy-card {
	border-radius: 8px;
	box-shadow: 0px 5px 10px 0 rgba(53, 29, 3, 0.2);
	background-color: #ffffff;
	padding: 20px 20px 20px 20px;
	line-height: 1.33;
	display: flex;
	height: 100%
}

.tipy-card a {
	color: #272a2c
}

.tipy-card a:hover {
	text-decoration: none
}

.tipy-card .thumb {
	background-size: cover;
	background-position: center center;
	border-radius: 8px;
	padding-top: 56.25%
}

.tipy-card.smaller .thumb {
	min-height: 137.5px
}

.tipy-card h3 {
	margin-bottom: 0rem
}

.tipy-card p {
	font-size: 16px
}

.udalosti-contain {
	background-size: contain !important;
	background-position: center center;
	background-repeat: no-repeat
}

.udalosti-card {
	border-radius: 8px;
	box-shadow: 0px 5px 10px 0 rgba(53, 29, 3, 0.2);
	background-color: #ffffff;
	padding: 7px 15px;
	line-height: 1.33
}

.udalosti-card a {
	color: #272a2c
}

.udalosti-card a:hover {
	text-decoration: none
}

.udalosti-card .thumb {
	background-size: contain;
	background-position: center center;
	border-radius: 8px;
	background-repeat: no-repeat;
	aspect-ratio: 1.7777777778;
	min-height: 100%;
	min-height: 80px
}

@media (max-width: 767px) {
	.udalosti-card .thumb {
		min-height: 40px
	}
}

@media (max-width: 767px) {
	.udalosti-card h2 {
		font-size: 1.4rem
	}
}

.udalosti-card p {
	font-size: 16px
}

@media (max-width: 575px) {
	.udalosti-card {
		position: relative
	}

	.udalosti-card h2 {
		font-size: 1rem;
		text-decoration: none
	}
}

.tipy-detail {
	border-radius: 8px;
	box-shadow: 0px 5px 10px 0 rgba(53, 29, 3, 0.2);
	background-color: #ffffff;
	margin-bottom: 30px;
	padding: 40px 25px
}

@media (max-width: 767px) {
	.tipy-detail {
		padding: 22px
	}
}

.tipy-detail img {
	border-radius: 8px;
	box-shadow: 0px 5px 10px 0 rgba(53, 29, 3, 0.2)
}

.tipy-detail h2 {
	margin-bottom: 1rem
}

.tipy-detail .elementor-section {
	padding: 10px 0px
}

.tipy-detail .entry-meta, .page-template-page-templates .entry-meta, .page-template-default .entry-meta, .single-udalosti .entry-meta, .single-promo .entry-meta, .single-kancelare .entry-meta, .page-template-archive-betting_odds_pages .entry-meta {
	display: flex;
	align-items: center;
	gap: 1rem;
	font-size: 14px;
	margin-top: 1.5rem
}

.posted-on-wrapper {
	display: flex;
	gap: 0 1rem;
	flex-wrap: wrap;
}

.single-kancelare .entry-meta {
	margin-bottom: 10px;
}

.single-promo .posted-on, .single-kancelare .posted-on, .tipy-detail .posted-on, .page-template-page-templates .posted-on, .page-template-default .posted-on, .single-udalosti .posted-on {
	display: flex;
	gap: .35rem;
	font-size: 14px;
	font-weight: bold;
	color: #dd5f5f
}

.tipy-detail .author.vcard, .tipy-detail .author.vcard a, .page-template-page-templates .author.vcard, .page-template-page-templates .author.vcard a, .page-template-default .author.vcard, .page-template-default .author.vcard a, .single-udalosti .author.vcard, .single-udalosti .author.vcard a {
	display: flex;
	font-size: 14px;
	font-weight: bold;
	color: #106626;
	vertical-align: middle
}

.border-content {
	border-radius: 8px;
	box-shadow: 0px 5px 10px 0 rgba(53, 29, 3, 0.2);
	background-color: #ffffff;
	margin-bottom: 30px;
	padding: 40px
}

@media (max-width: 767px) {
	.border-content {
		padding: 22px
	}
}

.kancelar-badge {
	position: absolute;
	right: 20%;
	z-index: 10
}

@media (max-width: 991px) {
	.kancelar-badge {
		right: 22px
	}
}

.kancelar-card {
	border-radius: 8px;
	box-shadow: 0px 5px 10px 0 rgba(53, 29, 3, 0.2);
	background-color: #ffffff;
	padding: 25px;
	font-size: 16px;
	position: relative;
	margin-top: 5px
}

@media (max-width: 991px) {
	.kancelar-card {
		padding: 15px 25px
	}
}

.kancelar-card a {
	color: #272a2c
}

.kancelar-card a:hover {
	text-decoration: none
}

.kancelar-card .thumb {
	max-width: 170px;
	margin: 25px auto;
	display: block
}

@media (max-width: 991px) {
	.kancelar-card .thumb {
		margin: 10px auto
	}
}

.kancelar-card .like {
	width: 20px
}

.kancelar-card .post-ratings img {
	height: 21px
}

@media (max-width: 991px) {
	.wrapper {
		padding: 0 0 15px 0
	}
}

.kancelare-single-content {
	background-color: #fff;
	margin-top: -50px;
	border-radius: 8px;
	box-shadow: 0px 5px 10px 0 rgba(53, 29, 3, 0.2);
	padding: 40px 25px
}

@media (max-width: 767px) {
	.kancelare-single-content {
		border-radius: 0px
	}
}

.udalosti-single-content {
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0px 5px 10px 0 rgba(53, 29, 3, 0.2);
	padding: 40px 25px
}

.udalosti-single-content .logo img {
	max-width: 100%;
	height: 140px;
	width: auto;
	object-fit: contain
}

@media (max-width: 991px) {
	.udalosti-single-content .logo img {
		max-height: 100px;
		width: auto
	}
}

.udalosti-single-content .author.vcard, .udalosti-single-content .author.vcard a {
	display: flex;
	font-weight: bold;
	color: #106626
}

.udalosti-single-content .hero_claim {
	font-size: 20px;
	font-family: "Oswald", sans-serif;
	font-weight: bold
}

.dodany-obsah {
	padding: 10px 27px
}

@media (max-width: 1420px) {
	.container {
		max-width: 100%
	}
}

@media (min-width: 992px) {
	.col-lg-2-5 {
		flex: 0 0 11.666667%;
		max-width: 11.666667%
	}

	.col-lg-2-6 {
		flex: 0 0 17.666667%;
		max-width: 17.666667%
	}

	.offset-lg-2-6 {
		margin-left: 20%
	}

	.col-lg-1-1 {
		flex: 0 0 10%;
		max-width: 10%
	}

	.col-lg-3-1 {
		flex: 0 0 22%;
		max-width: 22%
	}

	.searchIcon .searchIcon__img.--close, .search-opened .searchIcon .searchIcon__img.--close {
		display: none
	}

	.searchIcon .searchIcon__img.--open, .search-opened .searchIcon .searchIcon__img.--open {
		display: inline-flex
	}
}

.bonusy-nadpis {
	text-transform: uppercase;
	border-bottom: 1px solid #eaeaea;
	padding: 12px 0px;
	margin-bottom: 0px
}

.bonusy-content {
	border-bottom: 1px solid #eaeaea;
	padding: 12px;
	font-size: 16px
}

.bonusy-content .bonus-podminka {
	color: #d1c09b
}

.bonusy-content .btn, .bonusy-content .ja_btn.confirmBtn, .bonusy-content .ja_btn.denyBtn {
	margin-top: 8px;
	margin-bottom: 8px
}

.bonusy-other-content {
	border-bottom: 1px solid #eaeaea;
	padding: 12px
}

.bonusy-other-content .logo-kruh .content {
	padding: 0px
}

.bonusy-archive {
	border-radius: 8px;
	box-shadow: 0px 5px 10px 0 rgba(53, 29, 3, 0.2);
	background-color: #ffffff;
	padding: 16px 35px
}

.bonusy-archive .bonusy-head {
	font-family: Roboto;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.43;
	color: #000000;
	padding-top: 16px;
	padding-bottom: 16px
}

.bonusy-archive .bonusy-other-content {
	border-top: 1px solid #eaeaea;
	border-bottom: 0px;
	padding: 12px;
	width: 100%
}

@media (max-width: 991px) {
	.bonusy-archive .row div:nth-child(2) {
		border-top: 0px
	}
}

.bonusy-archive h3 {
	margin-bottom: 0px
}

.bonusy-archive .stars {
	margin-bottom: 0px
}

.bonusy-archive .mob-desc {
	font-weight: 700
}

@media (min-width: 992px) {
	.bonusy-archive .mob-desc {
		display: none
	}
}

.bonusy-archive .logo-kruh {
	float: right
}

@media (max-width: 991px) {
	.bonusy-archive .logo-kruh .content img {
		width: 80px
	}
}

.hodnoceni-nadpis {
	text-transform: uppercase;
	border-bottom: 1px solid #eaeaea;
	padding: 12px;
	margin-bottom: 0px
}

.hodnoceni-detail {
	border-bottom: 1px solid #eaeaea;
	padding: 12px;
	font-size: 16px
}

.hodnoceni-detail .stars {
	display: inline-block;
	margin: 0px
}

.banner {
	border-radius: 8px;
	box-shadow: 0 4px 8px 0 rgba(64, 164, 88, 0.15);
	background-image: linear-gradient(to bottom, #79ccff -27%, #007fcd 111%);
	padding: 25px;
	margin-top: 30px;
	margin-bottom: 30px
}

.banner-shortcode {
	border-radius: 8px;
	box-shadow: 0 4px 8px 0 rgba(64, 164, 88, 0.15);
	padding: 20px 25px;
	color: #fff;
	margin-top: 30px;
	margin-bottom: 30px;
	background-size: cover;
	background-position: center
}

.banner-shortcode img {
	max-width: 250px
}

.kancelare-single-content ul, .kancelare-single-content ol, .tipy-detail ul, .tipy-detail ol, .udalosti-single-content ul, .udalosti-single-content ol, .promo-detail ul, .promo-detail ol, .border-content ul, .border-content ol {
	list-style: none
}

.kancelare-single-content ul li, .kancelare-single-content ol li, .tipy-detail ul li, .tipy-detail ol li, .udalosti-single-content ul li, .udalosti-single-content ol li, .promo-detail ul li, .promo-detail ol li, .border-content ul li, .border-content ol li {
	position: relative
}

.kancelare-single-content ul, .tipy-detail ul, .udalosti-single-content ul, .promo-detail ul, .border-content ul {
	padding-left: calc(24px + 2.75rem)
}

.kancelare-single-content ul li::before, .tipy-detail ul li::before, .udalosti-single-content ul li::before, .promo-detail ul li::before, .border-content ul li::before {
	position: absolute;
	display: inline-block;
	content: "";
	width: 0.5rem;
	height: 0.5rem;
	background-color: #319f44;
	border-radius: 50%;
	line-height: 1.2em;
	left: -1.5rem;
	top: 10px
}

.kancelare-single-content ol, .tipy-detail ol, .udalosti-single-content ol, .promo-detail ol, .border-content ol {
	counter-reset: steps;
	padding-left: calc(24px + 1.75rem)
}

.kancelare-single-content ol li, .tipy-detail ol li, .udalosti-single-content ol li, .promo-detail ol li, .border-content ol li {
	counter-increment: steps;
	padding-left: 1rem
}

.kancelare-single-content ul li:not(:last-child), .kancelare-single-content ol li:not(:last-child), .tipy-detail ul li:not(:last-child), .tipy-detail ol li:not(:last-child), .udalosti-single-content ul li:not(:last-child), .udalosti-single-content ol li:not(:last-child), .promo-detail ul li:not(:last-child), .promo-detail ol li:not(:last-child), .border-content ul li:not(:last-child), .border-content ol li:not(:last-child) {
	margin-bottom: 0.5rem
}

.kancelare-single-content ol li::before, .tipy-detail ol li::before, .udalosti-single-content ol li::before, .promo-detail ol li::before, .border-content ol li::before {
	position: absolute;
	left: -1.5rem;
	top: 3px;
	content: counter(steps);
	margin-right: 0.5rem;
	background: #319f44;
	color: #FFF;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	display: inline-grid;
	place-items: center;
	line-height: 1.2em;
	font-size: 0.8em;
	padding: 0
}

@media (max-width: 991px) {
	.kancelare-single-content ul, .tipy-detail ul, .udalosti-single-content ul, .promo-detail ul, .border-content ul {
		padding-left: calc(24px + 1rem)
	}

	.kancelare-single-content ol, .tipy-detail ol, .udalosti-single-content ol, .promo-detail ol, .border-content ol {
		padding-left: 24px
	}
}

.jAlert {
	border-radius: 0px
}

.ja_yellow {
	background-image: linear-gradient(to bottom, #f8c523, #f9b726)
}

.ja_yellow .ja_title > div {
	color: #272a2c !important
}

.ja_title {
	text-align: center
}

.ja_btn.confirmBtn {
	padding: 10px 53px;
	border-radius: 4px
}

.ja_btn.denyBtn {
	display: none
}

.closejAlert {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #272a2c;
	background-color: transparent
}

.ja_close_round:active, .ja_close_round:hover {
	color: #000;
	background: transparent
}

.ja_btn_wrap.optBack {
	padding: 12px 0
}

.ja_btn_wrap {
	background-color: #2b2b23 !important;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px
}

.ja_body {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	background-color: #2b2b23;
	color: #fff;
	text-align: center;
	font-size: 14px
}

.ja_btn_wrap {
	margin-top: -11px
}

.ja_btn_wrap:after {
	display: block;
	content: "18+ Ministerstvo financí varuje: Účastí na hazardní hře může vzniknout závislost!";
	text-align: center;
	background: url("//istavkovekancelarie.sk/wp-content/themes/understrap-master/img/1-x-group_2.svg") no-repeat;
	height: 71px;
	background-position: top center;
	background-size: 130px;
	margin-top: 20px;
	padding-top: 53px;
	font-size: 11px;
	color: #636361
}

.sticky-element {
	background-color: #fff;
	padding: 16px 20px;
	position: fixed;
	bottom: 0px;
	width: 100%;
	z-index: 100;
	box-shadow: 0 -4px 12px 0 rgba(0, 0, 0, 0.05)
}

@media (max-width: 991px) {
	.sticky-element {
		padding: 10px
	}
}

.sticky-element .container {
	max-width: 1000px
}

.sticky-element .logo-kruh {
	max-width: 50px
}

.sticky-element .logo-kruh .content {
	padding: 4px
}

.sticky-element h4 {
	font-weight: normal
}

.sticky-element small {
	font-size: 14px;
	margin-right: 20px
}

.sticky-element .kod {
	border-radius: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.09);
	border: solid 1px #d3d3d3;
	background-color: #ffffff;
	padding: 9px 5px
}

.sticky-element .kod span {
	font-size: 14px;
	color: #000000;
	margin-left: 15px;
	margin-right: 155px
}

.sticky-element .kod .blur {
	-webkit-filter: blur(2px);
	filter: blur(2px)
}

.sticky-element .kod .btn-orange {
	font-size: 14px;
	font-weight: bold;
	margin-right: 0px;
	padding: 8px 25px;
	color: #000000;
	position: absolute;
	right: 15px;
	top: 5px
}

.sticky-element .close-stick {
	position: absolute;
	right: 15px;
	top: 15px;
	cursor: pointer
}

.breadcrumbs {
	background-color: #2b2b23;
	color: #d1c09b;
	padding: 12px 0;
	white-space: nowrap;
}

.breadcrumbs a, .breadcrumbs .breadcrumb_last {
	font-family: Oswald;
	font-size: 16px;
	line-height: 1.83;
	letter-spacing: normal;
	color: #ffffff;
	padding: 0px 20px
}

.breadcrumbs i {
	margin-right: 20px
}

.kancelar-barva {
	padding-top: 50px;
	padding-bottom: 100px
}

.kancelar-barva .logo-kruh {
	box-shadow: 0px 5px 10px 0 rgba(53, 29, 3, 0.2)
}

@media (max-width: 767px) {
	.kancelar-barva {
		padding-top: 20px;
		padding-bottom: 80px
	}
}

.logo-kruh {
	position: relative;
	float: left;
	border-radius: 400px;
	display: flex;
	align-items: center
}

.logo-kruh .content {
	padding: 10px
}

.logo-kruh:before {
	content: "";
	float: left;
	padding-top: 100%
}

.podminky {
	list-style-image: url("//istavkovekancelarie.sk/wp-content/themes/understrap-master/img/fajka.svg");
	line-height: 1.79;
	padding-inline-start: 20px;
	margin-bottom: 30px;
	font-size: 16px
}

@media (max-width: 767px) {
	.podminky {
		margin-bottom: 0px
	}
}

.podminky-wrap {
	background-color: #fff;
	border-radius: 8px;
	height: 100%;
	padding: 25px;
	box-shadow: 0 8px 16px 0 rgba(76, 86, 78, 0.55)
}

@media (max-width: 767px) {
	.podminky-wrap {
		padding: 16px
	}
}

@media (max-width: 568px) {
	.podminky-wrap {
		padding: 16px
	}
}

.green-ban {
	border-radius: 4px;
	background-color: #FFFFFF;
	font-size: 14px;
	color: #309F45;
	padding: 7px;
	text-align: center
}

.green-ban img {
	margin-bottom: -4px
}

.yellow-ban {
	border-radius: 4px;
	background-image: linear-gradient(to top, #E23E3F, #E90104);
	font-size: 14px;
	padding: 7px 14px;
	color: #FFFFFF
}

.yellow-ban img {
	margin-bottom: -4px
}

.bookmaker.title {
	font-size: 1.5rem
}

.font-14 {
	font-size: 16px
}

.font-21 {
	font-size: 21px
}

.font-32 {
	font-size: 32px
}

.widget {
	border-radius: 8px;
	box-shadow: 0px 5px 10px 0 rgba(53, 29, 3, 0.2);
	background-color: #ffffff;
	padding: 20px;
	margin-bottom: 8px
}

.widget .widget-title {
	margin-bottom: 16px
}

.widget_search button {
	margin-right: 0px
}

.widget-zajim {
	line-height: 1.33
}

.widget-zajim a {
	color: #272a2c
}

.widget-zajim a:hover {
	text-decoration: none
}

.widget-zajim .thumb {
	position: relative;
	background-size: cover;
	background-position: center center;
	border-radius: 8px;
	display: flex
}

.widget-zajim .thumb:before {
	content: "";
	float: left;
	padding-top: 100%
}

.widget-zajim h3 {
	margin-bottom: 0.5rem;
	font-size: 18px;
	font-weight: 700
}

.widget-udalost {
	text-align: center
}

.widget-udalost img {
	max-width: 100%;
	height: 100px;
	width: auto;
	margin-bottom: 10px
}

.widget-udalost a {
	color: #272a2c;
	margin-bottom: 10px
}

.widget-udalost a:hover {
	text-decoration: none
}

.widget-udalost .btn, .widget-udalost .ja_btn.confirmBtn, .widget-udalost .ja_btn.denyBtn {
	margin-right: 0px
}

.widget.widget_kancelare {
	padding: 20px 0px
}

.widget.widget_kancelare .widget-title {
	padding: 0 20px
}

.widget.widget_kancelare h2 a {
	color: #272a2c
}

.widget.widget_kancelare h2 a:hover {
	text-decoration: none
}

.widget.widget_kancelare .widget-kancelare {
	margin-bottom: 4px;
	padding: 12px 16px
}

.widget.widget_kancelare .widget-kancelare:last-child {
	margin-bottom: 0px
}

.widget.widget_kancelare .widget-kancelare .btn, .widget.widget_kancelare .widget-kancelare .ja_btn.confirmBtn, .widget.widget_kancelare .widget-kancelare .ja_btn.denyBtn {
	padding: 5px 14px;
	width: 145px;
	font-size: 14px
}

.widget.widget_kancelare .widget-kancelare .logo-kruh .content {
	padding: 5px 10px
}

.widget.widget_kancelare .widget-kancelare .logo-kruh:before {
	padding-top: 10%
}

.widget.widget_bookmaker_leaderboard .widget-title {
	padding: 0 20px
}

.widget_obsah, .widget_udalosti {
	padding: 20px 0px 0px 0px
}

.widget_obsah .widget-title, .widget_udalosti .widget-title {
	padding: 0px 30px
}

.widget_obsah .obsah, .widget_udalosti .obsah {
	border-top: 1px solid #eaeaea;
	padding: 10px 30px;
	font-size: 16px;
	line-height: 1.57
}

.widget_obsah .obsah a, .widget_udalosti .obsah a {
	text-decoration: none;
	color: #272a2c
}

.stars {
	list-style: none;
	padding-inline-start: 0px
}

.stars li {
	color: #FFCC5C;
	display: inline;
	margin-right: 5px
}

.stars li:before {
	content: "" !important
}

.avatar {
	width: 100%;
	max-width: 140px;
	border-radius: 100%
}

.author-title a {
	color: #272a2c
}

.author-desc {
	font-size: 16px;
	font-weight: 700;
	color: #A42323;
	gap: 6px 16px
}

.author-socials {
	gap: 6px 12px
}

.author-socials a {
	transition: all 0.3s ease
}

.author-socials a:hover {
	transform: scale(1.1)
}

@media (max-width: 767px) {
	.author-socials {
		margin-bottom: 16px
	}
}

.author-socials img {
	width: 24px;
	height: 24px
}

@media (max-width: 767px) {
	.author-title {
		width: 100%;
		margin-bottom: 10px
	}
}

.author-news-card {
	border-radius: 8px;
	box-shadow: 0px 5px 10px 0 rgba(53, 29, 3, 0.2);
	background-color: #ffffff;
	padding: 20px 20px 20px 20px;
	line-height: 1.33;
	display: flex;
	height: 100%;
	min-height: 140px
}

.author-news-card a {
	color: #272a2c
}

.author-news-card a:hover {
	text-decoration: none
}

.author-news-card .thumb {
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 8px;
	padding-top: 56.25%;
	background-color: #F9F9F9
}

.author-news-card.smaller .thumb {
	min-height: 137.5px
}

.author-news-card .posted-on {
	display: flex;
	font-size: 14px;
	font-weight: bold;
	color: #dd5f5f
}

.author-news-card .author.vcard, .author-news-card .author.vcard a {
	display: flex;
	font-size: 14px;
	font-weight: bold;
	color: #106626
}

.author-news-card h3 {
	margin-bottom: 0rem
}

.author-news-card p {
	font-size: 16px
}

.accordion {
	margin-bottom: 20px
}

.accordion .accordion-group {
	margin-bottom: 2px;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.accordion .accordion-group .accordion-heading {
	border-bottom: 0
}

.accordion .accordion-group .accordion-heading .accordion-toggle {
	display: block;
	padding: 8px 15px;
	color: #333;
	text-decoration: none;
	position: relative
}

.accordion .accordion-group .accordion-inner {
	padding: 9px 15px;
	border-top: 1px solid #e5e5e5
}

.accordion [class^="icon-"], .accordion [class*=" icon-"] {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-top: 1px;
	*margin-right: 0.3em;
	line-height: 14px;
	vertical-align: text-top;
	background-image: url(//istavkovekancelarie.sk/wp-content/themes/understrap-master/img/glyphicons-halflings.png);
	background-position: 14px 14px;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 14px
}

.accordion .icon-chevron-toggle {
	background-position: -288px -120px
}

.accordion .collapsed .icon-chevron-toggle {
	background-position: -313px -119px
}

#wrapper-footer {
	background-color: #2b2b23;
	color: #fff;
	padding-top: 45px;
	border-top: 1px solid #4c4b41;
	padding: 40px 0px 1px 0px
}

#wrapper-footer h3 {
	color: #fcd50e
}

#wrapper-footer .footer-text {
	font-size: 1rem
}

@media (max-width: 991px) {
	#wrapper-footer .footer-img {
		max-width: 150px
	}
}

#wrapper-footer .fb:hover {
	text-decoration: none
}

#wrapper-footer .fb .row {
	border-radius: 8px;
	border: solid 1px #67665c;
	padding: 20px 20px 1px 20px;
	color: #fff;
	margin: 0px 70px;
	max-width: 350px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out
}

@media (max-width: 991px) {
	#wrapper-footer .fb .row {
		margin: 0px auto
	}
}

#wrapper-footer .fb .row svg {
	fill: #616155;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out
}

#wrapper-footer .fb .row:hover {
	box-shadow: 0 4px 8px 0 rgba(64, 164, 88, 0.15)
}

#wrapper-footer .fb .row:hover svg {
	fill: #fcd50e
}

#wrapper-footer #footer_menu {
	list-style: none;
	margin-block-start: 0px;
	padding-inline-start: 0px
}

#wrapper-footer #footer_menu .nav-item.active .nav-link {
	color: #fcd50e
}

#wrapper-footer #footer_menu .nav-item .nav-link {
	font-size: 16px;
	line-height: 2;
	color: #ffffff;
	padding: 2px
}

#wrapper-footer #footer_menu .nav-item .nav-link:hover {
	color: #fcd50e
}

@media (max-width: 767px) {
	#wrapper-footer #footer_menu .nav-item .nav-link {
		border-radius: 8px;
		border: solid 1px #67665c;
		padding: 4px 10px;
		color: #fff;
		max-width: 350px;
		margin-bottom: 10px;
		margin-left: auto;
		margin-right: auto;
		position: relative
	}

	#wrapper-footer #footer_menu .nav-item .nav-link:after {
		content: ">";
		display: block;
		position: absolute;
		top: 8px;
		right: 11px;
		width: 20px;
		height: 20px;
		background-color: #989898;
		padding-bottom: 9px;
		line-height: 21px;
		border-radius: 100px
	}
}

#wrapper-footer .copyright {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.83;
	text-align: center;
	padding-top: 26px;
	border-top: 1px solid #4c4b41
}

.form-control, .widget_categories select, .widget_archive select {
	border-radius: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.09);
	border: solid 1px #d3d3d3;
	background-color: #ffffff;
	padding: 10px;
	color: #000;
	font-size: 16px
}

.wp-block-quote {
	border-radius: 8px;
	border: solid 1px rgba(209, 192, 155, 0.25);
	background-color: rgba(209, 192, 155, 0.15);
	padding: 15px;
	margin-bottom: 40px
}

.wp-block-quote .p {
	font-family: Roboto;
	font-size: 21px;
	line-height: 1.33
}

.wp-block-quote cite {
	font-family: Oswald;
	font-size: 21px;
	font-weight: bold;
	color: #272a2c;
	text-transform: uppercase;
	font-style: normal
}

.wp-block-table {
	margin-bottom: 40px;
	border: 0px
}

.wp-block-table table {
	border: 0px
}

.wp-block-table thead {
	border: 0px
}

.wp-block-table thead tr {
	border-bottom: 1px solid #ededea
}

.wp-block-table thead th {
	font-family: Oswald;
	font-size: 18px;
	line-height: 1.22;
	padding: 16px 20px;
	font-weight: 400;
	border: 0px
}

.wp-block-table tbody tr {
	border-bottom: 1px solid #eaeaea
}

.wp-block-table tbody td {
	font-family: Roboto;
	font-size: 16px;
	line-height: 1.57;
	padding: 16px 20px;
	color: #000000;
	border: 0px
}

.animated-icon1, .animated-icon2, .animated-icon3 {
	width: 30px;
	height: 20px;
	position: relative;
	margin: 0px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	cursor: pointer
}

.animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	border-radius: 50px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out
}

.animated-icon2 span {
	background: #fff
}

.animated-icon2 span:nth-child(1) {
	top: 0px
}

.animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
	top: 10px
}

.animated-icon2 span:nth-child(4) {
	top: 20px
}

.animated-icon2.open span:nth-child(1) {
	top: 11px;
	width: 0%;
	left: 50%
}

.animated-icon2.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

.animated-icon2.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.animated-icon2.open span:nth-child(4) {
	top: 11px;
	width: 0%;
	left: 50%
}

.navbar-toggler:focus {
	outline: 0px
}

.navbar-open .mobileMenu {
	opacity: 1;
	visibility: visible;
	transform: translateX(0)
}

#searchform img {
	width: 20px
}

@media (min-width: 768px) and (max-width: 991px) {
	.carousel-inner .active.col-md-4.carousel-item + .carousel-item + .carousel-item + .carousel-item {
		position: absolute;
		top: 0;
		right: -33.3333%;
		z-index: -1;
		display: block;
		visibility: visible
	}
}

@media (min-width: 576px) and (max-width: 768px) {
	.carousel-inner .active.col-sm-6.carousel-item + .carousel-item + .carousel-item {
		position: absolute;
		top: 0;
		right: -50%;
		z-index: -1;
		display: block;
		visibility: visible
	}
}

@media (min-width: 768px) {
	.carousel-item {
		margin-right: 0
	}

	.carousel-inner .active + .carousel-item {
		display: block
	}

	.carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left), .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item {
		transition: none
	}

	.carousel-inner .carousel-item-next {
		position: relative;
		transform: translate3d(0, 0, 0)
	}

	.active.carousel-item-left + .carousel-item-next.carousel-item-left, .carousel-item-next.carousel-item-left + .carousel-item, .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item {
		position: relative;
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}

	.carousel-inner .carousel-item-prev.carousel-item-right {
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		display: block;
		visibility: visible
	}

	.active.carousel-item-right + .carousel-item-prev.carousel-item-right, .carousel-item-prev.carousel-item-right + .carousel-item, .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item {
		position: relative;
		transform: translate3d(100%, 0, 0);
		visibility: visible;
		display: block;
		visibility: visible
	}
}

@media (min-width: 991px) {
	.carousel-inner .active + .carousel-item + .carousel-item {
		display: block
	}

	.carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
		transition: none
	}

	.carousel-inner .carousel-item-next {
		position: relative;
		transform: translate3d(0, 0, 0)
	}

	.carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
		position: relative;
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}

	.carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
		position: relative;
		transform: translate3d(100%, 0, 0);
		visibility: visible;
		display: block;
		visibility: visible
	}
}

@media (min-width: 991px) {
	.carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
		display: block
	}

	.carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
		transition: none
	}

	.carousel-inner .active.col-lg-3.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
		position: absolute;
		top: 0;
		right: -25%;
		z-index: -1;
		display: block;
		visibility: visible
	}

	.carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
		position: relative;
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}

	.carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
		position: relative;
		transform: translate3d(100%, 0, 0);
		visibility: visible;
		display: block;
		visibility: visible
	}
}

.carousel-control-prev, .carousel-control-next {
	align-items: flex-end;
	opacity: 1;
	color: #272a2c;
	bottom: -19px
}

img.size-full {
	float: left
}

@media (min-width: 767px) {
	img.size-full {
		padding-right: 25px
	}
}

#return-to-top {
	position: fixed;
	z-index: 10;
	bottom: 20px;
	right: 20px;
	background: black;
	background: rgba(0, 0, 0, 0.4);
	width: 45px;
	height: 45px;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease
}

#return-to-top i {
	color: #fff;
	margin: 0;
	position: relative;
	left: 13px;
	top: 11px;
	font-size: 30px;
	line-height: 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease
}

#return-to-top:hover {
	background: rgba(0, 0, 0, 0.75)
}

#return-to-top:hover i {
	color: #fff;
	top: 8px
}

.sticky-element + #return-to-top {
	bottom: 100px
}

@media (max-width: 767px) {
	.sticky-element + #return-to-top {
		bottom: 170px
	}
}

.exit-logo {
	max-width: 150px;
	margin-bottom: 15px;
	margin-top: 15px
}

progress#ExitNotifierProgressBar {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none
}

progress[value]::-webkit-progress-bar {
	background-color: #fff
}

progress {
	color: #6bd084;
	background: #6bd084
}

progress::-moz-progress-bar, progress::-webkit-progress-value {
	color: #6bd084;
	background: #6bd084
}

.pagination {
	margin-bottom: 20px !important;
	width: fit-content;
	margin: 0 auto
}

.pagination a:hover {
	color: #39b558
}

.pagination a:focus {
	z-index: 2;
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.15rem rgba(107, 208, 132, 0.25);
	box-shadow: 0 0 0 0.15rem rgba(107, 208, 132, 0.25)
}

#cookie-notice .cookie-notice-container {
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media (max-width: 991px) {
	#cookie-notice .cookie-notice-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

#cookie-notice .cookie-notice-container #cn-notice-text {
	order: 1;
	display: block;
	margin-top: 6px
}

@media (max-width: 991px) {
	#cookie-notice .cookie-notice-container #cn-notice-text {
		order: 2
	}
}

#cookie-notice .cookie-notice-container #cn-notice-text a {
	color: #fff;
	text-decoration: underline
}

#cookie-notice .cookie-notice-container #cn-notice-text a:hover {
	color: #fff
}

#cookie-notice .cookie-notice-container #cn-notice-buttons {
	order: 2;
	display: block;
	margin-right: 15px
}

@media (max-width: 991px) {
	#cookie-notice .cookie-notice-container #cn-notice-buttons {
		order: 1;
		margin-right: 0px
	}
}

#cookie-notice .cookie-notice-container #cn-close-notice {
	top: 24px
}

#cookie-notice .cookie-notice-container .cn-button {
	margin: 0 5px 5px 5px;
	text-decoration: none
}

.bracket {
	white-space: nowrap;
	font-size: 0;
	overflow-x: auto;
	padding-top: 25px;
	padding-bottom: 25px
}

.bracket .round {
	display: inline-block;
	vertical-align: middle
}

.bracket .round .winners > div {
	display: inline-block;
	vertical-align: middle
}

.bracket .round .winners > div.matchups .matchup:last-child {
	margin-bottom: 0 !important
}

.bracket .round .winners > div.matchups .matchup .participants {
	border-radius: 0.25rem;
	overflow: hidden
}

.bracket .round .winners > div.matchups .matchup .participants .participant {
	box-sizing: border-box;
	color: #272a2c;
	border-left: 0.25rem solid #272a2c;
	background: rgba(237, 237, 234, 0.27);
	width: 11rem;
	height: 3rem
}

.bracket .round .winners > div.matchups .matchup .participants .participant.winner {
	color: #6bd084;
	border-color: #6bd084
}

.bracket .round .winners > div.matchups .matchup .participants .participant.loser {
	color: #ff7171;
	border-color: #ff7171
}

.bracket .round .winners > div.matchups .matchup .participants .participant:not(:last-child) {
	border-bottom: thin solid rgba(212, 212, 212, 0.6)
}

.bracket .round .winners > div.matchups .matchup .participants .participant span {
	margin: 0 1.25rem;
	line-height: 48px;
	font-size: 16px
}

.bracket .round .winners > div.matchups .matchup .participants .participant span.score {
	float: right
}

.bracket .round .winners > div.connector.filled .line, .bracket .round .winners > div.connector.filled.bottom .merger:after, .bracket .round .winners > div.connector.filled.top .merger:before {
	border-color: #6bd084
}

.bracket .round .winners > div.connector .line, .bracket .round .winners > div.connector .merger {
	box-sizing: border-box;
	width: 2rem;
	display: inline-block;
	vertical-align: top
}

.bracket .round .winners > div.connector .line {
	border-bottom: thin solid #6bd084;
	height: 4rem
}

.bracket .round .winners > div.connector .merger {
	position: relative;
	height: 8rem
}

.bracket .round .winners > div.connector .merger:before, .bracket .round .winners > div.connector .merger:after {
	content: "";
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 50%;
	border: 0 solid;
	border-color: #6bd084
}

.bracket .round .winners > div.connector .merger:before {
	border-right-width: thin;
	border-top-width: thin
}

.bracket .round .winners > div.connector .merger:after {
	border-right-width: thin;
	border-bottom-width: thin
}

.bracket .round.eightfinals .winners:not(:last-child) {
	margin-bottom: 2rem
}

.bracket .round.eightfinals .winners .matchups .matchup:not(:last-child) {
	margin-bottom: 2rem
}

.bracket .round.quarterfinals .winners:not(:last-child) {
	margin-bottom: 10rem
}

.bracket .round.quarterfinals .winners .matchups .matchup:not(:last-child) {
	margin-bottom: 10rem
}

.bracket .round.quarterfinals .winners .connector .merger {
	height: 16rem
}

.bracket .round.quarterfinals .winners .connector .line {
	height: 8rem
}

.bracket .round.semifinals .winners .matchups .matchup:not(:last-child) {
	margin-bottom: 26rem
}

.bracket .round.semifinals .winners .connector .merger {
	height: 32rem
}

.bracket .round.semifinals .winners .connector .line {
	height: 16rem
}

.bracket .round.finals .winners .connector .merger {
	height: 3rem
}

.bracket .round.finals .winners .connector .line {
	height: 1.5rem
}

.home .site #main {
	padding: 0
}

.gap-default {
	gap: 0.5rem
}

h1, .h1, h2, .h2, h3, .h3 {
	font-size: 1.125rem;
	text-transform: uppercase
}

a, a:hover {
	text-decoration-color: #000
}

.btn, .ja_btn.confirmBtn, .ja_btn.denyBtn {
	margin-right: 0
}

.btn.--livestream, .--livestream.ja_btn.confirmBtn, .--livestream.ja_btn.denyBtn {
	display: inline-flex;
	align-items: center;
	flex-direction: column;
	gap: 0.5rem
}

.btn.--livestream svg, .--livestream.ja_btn.confirmBtn svg, .--livestream.ja_btn.denyBtn svg {
	width: 1.7rem
}

.showMoreBtn {
	padding: 4px 8px;
	font-size: 0.8rem
}

.longTextContainer .longText {
	position: relative;
	margin-bottom: 0.5rem
}

.longTextContainer:not(.--opened) .longText {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden
}

.longTextContainer:not(.--opened) .longText::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-image: linear-gradient(to bottom, transparent, #FFF 90%);
	opacity: 1;
	visibility: visible;
	transition: visibility 0.2s, opacity 0.2s
}

.longTextContainer.--opened .longText::after {
	opacity: 0;
	visibility: hidden
}

.longTextContainer h1, .longTextContainer h2, .longTextContainer h3, .longTextContainer h4, .longTextContainer h5, .longTextContainer h6 {
	font-size: 1.125rem !important
}

.longTextContainer h1, .longTextContainer h2, .longTextContainer h3, .longTextContainer h4, .longTextContainer h5, .longTextContainer h6, .tipy-detail h1, .tipy-detail h2, .tipy-detail h3, .tipy-detail h4, .tipy-detail h5, .tipy-detail h6, .promo-detail h1, .promo-detail h2, .promo-detail h3, .promo-detail h4, .promo-detail h5, .promo-detail h6, .kancelare-single-content h1, .kancelare-single-content h2, .kancelare-single-content h3, .kancelare-single-content h4, .kancelare-single-content h5, .kancelare-single-content h6, .udalosti-single-content h1, .udalosti-single-content h2, .udalosti-single-content h3, .udalosti-single-content h4, .udalosti-single-content h5, .udalosti-single-content h6, .border-content h1, .border-content h2, .border-content h3, .border-content h4, .border-content h5, .border-content h6, .page-template-archive-live_stream .content-area h1, .page-template-archive-live_stream .content-area h2, .page-template-archive-live_stream .content-area h3, .page-template-archive-live_stream .content-area h4, .page-template-archive-live_stream .content-area h5, .page-template-archive-live_stream .content-area h6, .single-live_stream .content-area h1, .single-live_stream .content-area h2, .single-live_stream .content-area h3, .single-live_stream .content-area h4, .single-live_stream .content-area h5, .single-live_stream .content-area h6, .page-template-archive-betting_odds_pages .content-area h1, .page-template-archive-betting_odds_pages .content-area h2, .page-template-archive-betting_odds_pages .content-area h3, .page-template-archive-betting_odds_pages .content-area h4, .page-template-archive-betting_odds_pages .content-area h5, .page-template-archive-betting_odds_pages .content-area h6, .single-betting_odds_pages .content-area h1, .single-betting_odds_pages .content-area h2, .single-betting_odds_pages .content-area h3, .single-betting_odds_pages .content-area h4, .single-betting_odds_pages .content-area h5, .single-betting_odds_pages .content-area h6 {
	text-transform: initial !important
}

.home .secondary-navigation .nav__list li:first-child a {
	color: inherit;
	font-size: inherit;
	font-weight: bold;
	font-family: inherit;
	line-height: inherit;
	text-decoration: underline
}

.secondary-navigation > div .nav__list > li > a {
	display: inline
}

.page-title {
	font-size: 1.5rem
}

.page-header-number {
	font-size: 1rem;
	line-height: 1
}

.content-area h2, .hero_claim, .kancelare-single-content h2 {
	font-size: 1.375rem
}

.widget {
	border-radius: 8px;
	box-shadow: 0px 5px 10px 0 rgba(53, 29, 3, 0.2);
	background-color: #ffffff;
	padding: 20px 20px 20px 20px;
	line-height: 1.33
}

.widgetPost__excerpt {
	font-size: 1rem
}

.widget.--bettingTips {
	justify-content: space-evenly
}

.widgetPost .widgetPost__info {
	display: flex;
	align-items: center;
	gap: 1rem
}

.widgetPostList.--promo .entry-title {
	font-size: 1rem;
	margin-top: 1rem
}

.widgetPostList.--promo .widgetPost__countdown {
	font-size: 0.85rem
}

.widgetPostList.--promo .splide__arrow {
	top: 100%;
	width: 1.5rem;
	height: 1.5rem;
	transform: translateY(calc(1rem + 9px))
}

.widgetPostList.--promo .splide__arrow svg {
	width: 0.8rem;
	height: 0.8rem
}

.widgetPostList.--promo .widgetPost:not(:last-child) {
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0
}

.widget-area .entry-title {
	font-weight: normal
}

.bettingTip .bettingTip__buttons {
	display: flex;
	flex-direction: column;
	max-width: 225px;
	margin: 0 auto;
	gap: 0.25rem
}

.bettingTips .widgetNav .widgetNav__heading {
	font-size: 0.9rem;
	text-transform: uppercase
}

.bettingTips .widgetNav .widgetNav__link {
	font-size: 0.7rem
}

.bettingTips .bettingTip:not(:last-child) {
	margin-bottom: 1.25rem
}

.bettingTip .bettingTip__buttons a {
	font-size: 0.9rem;
	display: block;
	width: 100%
}

.bettingTip .bettingTip__estimateWinner {
	font-weight: bold;
	margin: 1rem 0;
	text-transform: uppercase
}

.bettingTip .bettingTip__date {
	font-size: 0.9rem;
	font-weight: normal
}

.bettingTip .bettingTip__estimateWinner {
	font-size: 1rem
}

.bettingTip .bettingTip__title, .bettingTip .bettingTip__date {
	margin-bottom: 0;
	text-align: center
}

.bettingTip .bettingTip__estimateWinner {
	text-align: center
}

.bettingTip:not(:last-child) {
	border-radius: 0;
	padding-bottom: 1.25rem;
	margin-bottom: 1.25rem;
	border-bottom: thin solid #E3E3E3
}

.btn-wider {
	max-width: 300px;
	width: 100%
}

.btn.btn-loader, .btn-loader.ja_btn.confirmBtn, .btn-loader.ja_btn.denyBtn {
	display: flex;
	justify-content: center;
	gap: 0.5rem
}

.btn.btn-loader .btn__loaderIcon, .btn-loader.ja_btn.confirmBtn .btn__loaderIcon, .btn-loader.ja_btn.denyBtn .btn__loaderIcon {
	display: none
}

.btn.btn-loader.--loading .btn__loaderIcon, .btn-loader.--loading.ja_btn.confirmBtn .btn__loaderIcon, .btn-loader.--loading.ja_btn.denyBtn .btn__loaderIcon {
	display: inline-block
}

.widgetPostList {
	display: flex;
	flex-direction: column
}

.widgetPostList__footer {
	display: flex;
	justify-content: center;
	margin-top: 1rem;
	padding-bottom: 1rem
}

.widgetPost {
	border-radius: 8px;
	background-color: #ffffff;
	line-height: 1.33
}

.widgetPost .entry-title {
	font-size: 1.375rem
}

.widgetPost.--kancelare .widgetPost__thumb {
	background-size: 80% auto;
	object-fit: contain;
}

.home .widgetPostList.--news .entry-title, .home .widgetPostList.--promo .entry-title, .entry-title {
	text-transform: initial
}

.text-transform-initial {
	text-transform: initial
}

.widgetPost:not(:last-child) {
	border-radius: 0;
	padding-bottom: 0.9rem;
	margin-bottom: 0.9rem;
	border-bottom: thin solid #E3E3E3
}

.widgetPost .widgetPost__thumb {
	width: 100%;
	max-width: 100%;
	aspect-ratio: 1.7777777778;
	background-position: center;
	background-size: cover;
	border-radius: 8px
}

.widgetPost__countdown {
	color: #FFF;
	background-color: #106626;
	display: inline-flex;
	padding: 0.25rem 0.5rem;
	line-height: 1
}

.widgetPost__countdown.disabled {
	background-color: #dd5f5f
}

.widgetNav {
	display: flex;
	justify-content: space-between;
	margin-bottom: 1rem
}

.widgetNav .widgetNav__heading, .content-area .udalosti-card .entry-title {
	font-family: "Oswald", sans-serif;
	font-size: 1.125rem;
	text-transform: initial
}

.content-area .date-separator {
	font-size: 1.125rem;
	margin-bottom: 0
}

.widgetNav .widgetNav__link {
	font-family: "Oswald", sans-serif;
	text-decoration: underline;
	color: #000
}

.widgetNav .widgetNav__link:hover, .bettingPartnerWidget .matchesTable__footerCta a:hover {
	text-decoration: none
}

.bettingCompanyList {
	display: grid;
	grid-template-columns:repeat(2, 1fr);
	gap: 0.5rem
}

.bettingCompanyList .bettingCompany {
	margin-bottom: 0
}

.btn.btn-lightyellow, .btn-lightyellow.ja_btn.confirmBtn, .btn-lightyellow.ja_btn.denyBtn {
	background-color: #FEE250;
	color: #000
}

.btn.btn-green, .btn-green.ja_btn.confirmBtn, .btn-green.ja_btn.denyBtn {
	background-color: #5AC575;
	color: #FFF
}

.bettingCompany .bettingCompany__content {
	text-align: center
}

.bettingCompany .bettingCompany__heading {
	margin-bottom: 0;
	font-size: 0.85rem
}

.bettingCompany__buttons {
	max-width: 135px;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	margin-left: auto
}

.bettingCompany__buttons .btn, .bettingCompany__buttons .ja_btn.confirmBtn, .bettingCompany__buttons .ja_btn.denyBtn {
	margin: 0
}

.bettingCompany .bettingCompany__heading:not(:first-child) {
	margin-top: 0.5rem
}

.widgetPost .widgetPost__info.countdown {
	color: #106626
}

.bettingPartnerWidget .matchesTable__footerCta a, .widgetPost .widgetPost__info .author a:hover {
	text-decoration: underline
}

.widgetPost .widgetPost__info, .widgetPost .widgetPost__info.countdown.disabled {
	color: #A42323;
	margin-bottom: 0.5rem;
	font-size: 0.95rem
}

.bettingTicketList {
	display: grid;
	gap: 0.5rem;
	grid-template-columns:repeat(3, 1fr)
}

.bettingTicketList.--vertical {
	grid-template-columns:1fr
}

.home .bettingTicket {
	margin-bottom: 0
}

.bettingTicket {
	display: flex;
	flex-direction: column;
	padding: 0;
	font-size: 15px
}

.bettingTicket .bettingTicket__header {
	padding: 12px 20px;
	border-bottom: thin solid rgba(0, 0, 0, 0.15)
}

.bettingTicket .widget-title {
	margin-bottom: 0
}

.bettingTicket .bettingTicket__headerLink {
	text-decoration: none
}

.bettingTicket .bettingTicket__content {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 20px 20px 10px
}

.bettingTicket .bettingTicket__promoWrapper {
	padding: 10px 20px 20px
}

.bettingTicket .bettingTicket__content {
	background-color: rgba(0, 0, 0, 0.03)
}

.bettingTicket .bettingTicket__heading {
	margin-top: 1.15rem
}

.bettingTicket:not(:last-child), .bettingTicketList.--horizontal .bettingTicket {
	margin-bottom: 0
}

.bettingTicket .logo-kruh:before {
	padding-top: 10%
}

.bettingTicket .logo-kruh .content {
	padding: 5px 10px
}

.bettingTicket .bettingTicket__promoWrapper {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	margin-top: auto
}

.bettingTicket .bettingTicket__promo {
	padding: 7px 10px;
	border-radius: 5px
}

.bettingTicket .bettingTicket__promo img {
	max-width: 110px
}

.bettingTicket .btn, .bettingTicket .ja_btn.confirmBtn, .bettingTicket .ja_btn.denyBtn {
	font-size: 13px;
	padding: 0.5rem 0.75rem
}

.bettingTicketsStats {
	margin-bottom: 0
}

.bettingTicket .bettingTicket__heading, .bettingTicketsStats__row .bettingTicketsStats__heading {
	color: #FF6E6E;
	font-size: 1.125rem
}

.bettingTicket .bettingTicket__subheading, .bettingTicketsStats__row .bettingTicketsStats__subheading {
	font-weight: bold;
	font-size: 0.85rem;
	margin-bottom: 0
}

.bettingTicket .bettingTicket__heading, .bettingTicket .bettingTicket__subheading, .bettingTicketsStats__row .bettingTicketsStats__heading, .bettingTicketsStats__row .bettingTicketsStats__subheading {
	text-align: center;
	text-transform: uppercase
}

.bettingTicket .bettingTicket__row {
	display: flex;
	justify-content: space-between
}

.bettingTicket .bettingTicket__input {
	text-align: right;
	width: 100%;
	max-width: 100px;
	border: thin solid #d3d3d3;
	border-radius: 10px;
	padding: 5px
}

.bettingTicket__row.--divider {
	margin-top: auto;
	position: relative;
	padding-bottom: 2.25rem
}

.bettingTicket__row.--divider::after {
	content: "";
	position: absolute;
	left: 5%;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
	border-bottom: thin solid #D4D4D4
}

.bettingTicket__row.--tip, .bettingTicket__row.--bet {
	align-items: center
}

.bettingTicket__row.--win {
	align-items: center;
	margin-top: 1rem
}

.bettingTicket__rate, .bettingTicket__total {
	font-size: 1.25rem
}

.bettingTicketsStats__row .bettingTicketsStats__item {
	position: relative;
	padding: 1.5rem 1rem
}

.bettingTicketsStats__row .bettingTicketsStats__value {
	font-size: 2.2rem
}

.bettingTicketsStats__row .bettingTicketsStats__label, .bettingTicketsStats__row .bettingTicketsStats__value {
	font-weight: bold
}

.bettingTicketsStats__row .bettingTicketsStats__label {
	display: block;
	font-size: 0.75rem;
	line-height: 1.5
}

.indicator {
	display: block;
	width: 1.75rem;
	height: 1.75rem;
	border-radius: 50%;
	background-size: 1.25rem;
	background-position: center;
	background-repeat: no-repeat
}

.indicator.--loss {
	background-color: #FF6E6E;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='#FFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' %3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E")
}

.indicator.--success {
	background-color: #58C372;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='#FFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' %3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E")
}

.bettingTipsTable {
	width: 100%;
	text-align: center
}

.bettingTipsTable .bettingTipsTable__row {
	position: relative;
	display: grid;
	grid-template-columns:2fr repeat(4, 1fr);
	padding: 1rem 1.25rem
}

.bettingTipsTable .bettingTipsTable__row:hover {
	background-color: #fafafa
}

.bettingTipsTable .bettingTipsTable__row:not(:last-child)::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	border-bottom: thin solid #D4D4D4
}

.bettingTipsTable .bettingTipsTable__label {
	margin-bottom: 0.2rem
}

.bettingTipsTable .bettingTipsTable__value {
	display: flex;
	align-items: center;
	justify-content: center
}

.bettingTipsTable .bettingTipsTable__label.--name {
	display: flex;
	justify-content: flex-start
}

.bettingTipsTable .bettingTipsTable__label.--type, .bettingTipsTable .bettingTipsTable__label.--rate, .bettingTipsTable .bettingTipsTable__label.--state, .bettingTipsTable .bettingTipsTable__label.--tipper {
	font-size: 0.9rem
}

.bettingTipsTable .bettingTipsTable__value.--type, .bettingTipsTable .bettingTipsTable__value.--rate, .bettingTipsTable .bettingTipsTable__value.--state, .bettingTipsTable .bettingTipsTable__value.--tipper {
	font-size: 1rem
}

.bettingTipsTable .bettingTipsTable__value.--name {
	justify-content: flex-start;
	padding-left: 1.5rem;
	font-size: 0.9rem
}

.bettingTipsTable .bettingTipsTable__value .inlineLabel {
	display: none
}

.bettingTipsTable .indicator {
	margin: 0 auto
}

.secondary-navigation > div {
	margin-top: 0
}

@font-face {
	font-family: "swiper-icons";font-display: swap;
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
	font-weight: 400;
	font-style: normal
}

:root {
	--swiper-theme-color: #f8c523;
	--swiper-preloader-color: var(--swiper-theme-color);
	--swiper-wrapper-transition-timing-function: initial
}

:host {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 1
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	display: block
}

.swiper-vertical > .swiper-wrapper {
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	box-sizing: content-box
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
	transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
	touch-action: pan-y
}

.swiper-vertical {
	touch-action: pan-x
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
	display: block
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
	height: auto
}

.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
	scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
	scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
	scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: none
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
	content: "";
	flex-shrink: 0;
	order: 9999
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after)
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
	animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
	0% {
		transform: rotate(0deg)
	}
	100% {
		transform: rotate(360deg)
	}
}

:root {
	--swiper-navigation-size: 44px
}

.swiper-button-prev, .swiper-button-next {
	position: absolute;
	top: var(--swiper-navigation-top-offset, 50%);
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-prev.swiper-button-hidden, .swiper-button-next.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none
}

.swiper-navigation-disabled .swiper-button-prev, .swiper-navigation-disabled .swiper-button-next {
	display: none !important
}

.swiper-button-prev svg, .swiper-button-next svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform-origin: center
}

.swiper-rtl .swiper-button-prev svg, .swiper-rtl .swiper-button-next svg {
	transform: rotate(180deg)
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
	left: var(--swiper-navigation-sides-offset, 10px);
	right: auto
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto
}

.swiper-button-lock {
	display: none
}

.swiper-button-prev:after, .swiper-button-next:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
	content: "prev"
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
	content: "next"
}

.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.widget__arrows {
	height: 2.25rem;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E");
	background-size: 1rem;
	background-position: center;
	background-repeat: no-repeat
}

.widget__arrows.--next {
	transform: scaleX(-1)
}

@media (min-width: 992px) and (max-width: 1200px) {
	.bettingCompanyList {
		grid-template-columns:1fr
	}
}

@media (min-width: 996px) {
	.widgetPost .widgetPost__thumb {
		width: 225px
	}
}

@media (min-width: 768px) {
	.bettingTicketsStats__row .bettingTicketsStats__item:not(:last-child)::after {
		position: absolute;
		content: "";
		top: 0;
		bottom: 0;
		right: 0;
		border-right: thin solid #D4D4D4
	}
}

@media (min-width: 470px) {
	.home .secondary-navigation > div {
		box-shadow: none;
		background-color: transparent;
		margin-bottom: 0 !important;
		margin-top: 0 !important;
		padding-left: 0
	}

	.home .secondary-navigation:after {
		content: none
	}
}

@media (max-width: 1200px) {
	.btn.btn {
		font-size: 14px
	}

	.bettingTipsTable .btn, .bettingTipsTable .ja_btn.confirmBtn, .bettingTipsTable .ja_btn.denyBtn {
		margin-right: 0
	}

	.bettingTicketList {
		grid-template-columns:repeat(2, 1fr)
	}

	.bettingTicket .btn, .bettingTicket .ja_btn.confirmBtn, .bettingTicket .ja_btn.denyBtn {
		width: 100%
	}

	.bettingTipsTable .bettingTipsTable__row {
		padding: 1rem 0
	}

	.bettingTipsTable .bettingTipsTable__label.--name {
		font-size: 1rem
	}
}

@media (max-width: 991px) {
	.bettingCompanyList {
		grid-template-columns:1fr
	}

	#main-menu {
		overflow: auto;
		-ms-overflow-style: none;
		scrollbar-width: none;
		top: 65px;
		padding-top: 15vh
	}

	#main-menu::-webkit-scrollbar {
		display: none
	}

	body {
		padding-top: 65px
	}

	body::after {
		content: "";
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(0, 0, 0, 0.75);
		z-index: 9999998;
		pointer-events: none;
		transition: opacity 0.3s ease-in-out;
		opacity: 0
	}

	body.navbar-open::after {
		opacity: 1
	}

	#main-nav {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 999999999;
		transform: unset;
		transition: transform 0.3s ease-in-out;
		height: 65px
	}

	.navbar-open, .search-opened {
		overflow: hidden
	}

	.hide-nav:not(.navbar-open) #main-nav {
		transform: translateY(-100%)
	}
}

@media (max-width: 768px) {
	.bettingTipsTable .bettingTipsTable__row:not(:last-child)::after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		border-bottom: thin solid #D4D4D4
	}

	.bettingTicketList {
		grid-template-columns:1fr
	}

	.bettingTipsTable .bettingTipsTable__row {
		grid-template-columns:initial;
		grid-auto-columns: minmax(0, 1fr);
		grid-auto-flow: column;
		grid-template-areas:"a a a" "b b b" "g g g" "d e f" "h i j";
		padding: 1rem 0
	}

	.bettingTipsTable .bettingTipsTable__label.--name {
		grid-area: a;
		justify-content: center
	}

	.bettingTipsTable .bettingTipsTable__value.--name {
		grid-area: b;
		justify-content: center;
		padding-left: 0;
		padding-bottom: 0.5rem;
		font-size: 1rem
	}

	.bettingTipsTable__label.--type {
		grid-area: d
	}

	.bettingTipsTable__value.--type {
		grid-area: h
	}

	.bettingTipsTable__label.--rate {
		grid-area: e
	}

	.bettingTipsTable__value.--rate {
		grid-area: i
	}

	.bettingTipsTable__label.--state {
		grid-area: f
	}

	.bettingTipsTable__value.--state {
		grid-area: j
	}

	.bettingTipsTable .bettingTipsTable__label.--tipper {
		display: none
	}

	.bettingTipsTable .bettingTipsTable__label.--tipper::after {
		content: ": ";
		position: relative;
		white-space: pre
	}

	.bettingTipsTable__value.--tipper {
		grid-area: g;
		padding-bottom: 1rem;
		justify-content: center
	}

	.bettingTicketsStats__row .bettingTicketsStats__heading {
		margin-bottom: 0;
		font-size: 1rem
	}

	.bettingTicketsStats__row .bettingTicketsStats__value {
		font-size: 1.5rem
	}

	.bettingTicketsStats__row .bettingTicketsStats__item {
		padding: 0.65rem 0
	}

	.bettingTicketsStats__row .bettingTicketsStats__item .row {
		align-items: center
	}

	.bettingTipsTable .bettingTipsTable__value .inlineLabel {
		display: inline
	}

	.bettingTicketList .bettingTicket, .bettingTipsTable.widget, .widget.bettingTicketsStats {
		padding: 10px
	}
}

@media (max-width: 568px) {
	.widgetNav .widgetNav__heading {
		font-size: 1rem
	}

	.widgetNav .widgetNav__link, .widgetPost__excerpt, .widgetPost .widgetPost__info, .page-header-number {
		font-size: 0.875rem
	}

	.widgetPost__excerpt {
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box
	}

	#page-wrapper > .container, #archive-wrapper > .container, #content.container {
		padding: 0
	}

	.secondary-navigation > div, #page-wrapper .widget, #archive-wrapper .widget, .border-content, .tipy-card, .udalosti-card, .promo-card, .widget {
		border-radius: 0
	}

	.home .secondary-navigation > div {
		padding: 6px 12px 3px
	}

	.secondary-navigation > div {
		margin-bottom: 0 !important;
		padding: 6px 10px 8px
	}

	.widget, .tipy-card, .promo-card, .border-content {
		padding: 20px 10px
	}

	.widget.widget_kancelare {
		padding: 20px 0
	}

	.widget.widget_kancelare .widget-title, .widget.widget_bookmaker_leaderboard .widget-title {
		padding: 0 10px
	}

	.widgetNav, .bettingTicketList .widget {
		margin-bottom: 0
	}

	.widgetPost:not(:last-child) {
		padding-bottom: 0.5rem;
		margin-bottom: 0.75rem
	}

	.widget .widget-title, .widget_kancelare .widget-title, .widget-title {
		padding: 0 10px
	}

	.kancelare-single-content {
		padding: 40px 10px
	}

	.breadcrumbs a, .breadcrumbs .breadcrumb_last {
		font-size: 0.85rem;
		padding: 0 4px
	}

	.bettingTicketList .bettingTicket {
		padding: 10px 0
	}
}

@media (min-width: 420px) and (max-width: 568px) {
	.widgetPost.--promo h3 {
		font-size: 1.15rem
	}

	.widgetPost.--promo .widgetPost__countdown {
		font-size: 0.9rem
	}
}

@media (max-width: 420px) {
	.bettingCompany .bettingCompany__img, .bettingCompany .bettingCompany__content {
		flex: 0 0 50%;
		max-width: 50%
	}

	.bettingCompany .bettingCompany__buttonsWrapper {
		flex: 0 0 100%;
		max-width: 100%
	}

	.bettingCompany .bettingCompany__buttons {
		flex-direction: row;
		flex-wrap: wrap;
		margin: 1.25rem 0 0 0;
		width: 100%;
		max-width: 100%
	}

	.bettingCompany .bettingCompany__buttons .btn, .bettingCompany .bettingCompany__buttons .ja_btn.confirmBtn, .bettingCompany .bettingCompany__buttons .ja_btn.denyBtn {
		flex: 1 0 auto
	}

	.widgetPost.--promo [class*="col-6"] {
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media (max-width: 320px) {
	.widgetNav .widgetNav__heading {
		font-size: 0.8rem
	}

	.widgetNav .widgetNav__link {
		font-size: 0.7rem
	}
}

.widget.widget_bookmaker_leaderboard {
	padding: 20px 0
}

.bookmakerWidgetList {
	container: bookmakerWidget/inline-size;
	--logo-width: 5.5rem;
	--max-cta-width: 300px;
	max-width: 500px;
	margin: 0 auto;
	display: flex;
	gap: 0.25rem;
	flex-direction: column
}

.bookmakerWidgetList.--fullwidth {
	max-width: 100%;
}

.bookmakerWidget .bookmakerWidget__content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.bookmakerWidgetList.--show-names, .bookmakerWidgetList.--show-rating {
	--logo-width: 3.25rem;
}

.bookmakerWidgetList.--square-logos {
	--logo-width: 3rem;
}

.bookmakerWidgetList.--shortcode .bookmakerWidget {
	padding: .5rem;
}

.bookmakerWidgetList.--shortcode .bookmakerWidget .bookmakerWidget__content {
	align-items: flex-start;
}

.bookmakerWidgetList.--shortcode .bookmakerWidget .bookmakerWidget__cta {
	max-width: 100%;
}

.bookmakerWidgetList.--shortcode .bookmakerWidget {
	gap: .5rem 1rem;
}

.bookmakerWidget {
	display: flex;
	align-items: stretch;
	padding: 0.625rem 1rem;
	color: #FFF;
	gap: 1rem
}

.bookmakerWidget .bookmakerWidget__logo .bookmakerWidget__logoLink {
	display: flex;
	align-items: center;
}

.bookmakerWidget .bookmakerWidget__logo {
	width: var(--logo-width, 4.5rem);
	max-width: var(--logo-width, 5rem);
}

.bookmakerWidget__header {
	display: flex;
	align-items: stretch;
	gap: 0.75rem;
	flex: 0 1 var(--logo-width, 4.5rem);
	font-size: 14px
}

.bookmakerWidget__logo {
	display: flex;
	width: 3rem
}

.bookmakerWidget__logo picture {
	display: flex
}

.bookmakerWidget .bookmakerWidget__logo img {
	width: var(--logo-width, 4.5rem);
	max-height: 2rem;
	object-fit: contain;
}

.bookmakerWidgetList.--square-logos .bookmakerWidget .bookmakerWidget__logo img {
	max-height: var(--logo-width, 3rem);
}

.bookmakerWidget__logo img {
	width: 3rem;
	border-radius: 0.25rem
}

.bookmakerWidget__rating {
	position: relative;
	font-size: 16px;
	line-height: 1
}

.bookmakerWidget__cta {
	margin-left: auto;
	flex: 1 1 auto;
	font-size: 15px;
	width: 100%
}

.bookmakerWidgetList.--show-names .bookmakerWidget__cta, .bookmakerWidgetList.--show-rating .bookmakerWidget__cta {
	max-width: 160px;
	width: 100%;
}

.bookmakerWidget__cta .btn, .bookmakerWidget__cta .ja_btn.confirmBtn, .bookmakerWidget__cta .ja_btn.denyBtn {
	font-size: 14px
}

.bookmakerWidget .bookmakerWidget__cta {
	display: flex;
	align-items: center;
	max-width: 150px;
}

.bookmakerWidget__notice {
	font-size: 12px;
	text-align: center
}

.bookmakerWidgetList__sponsoredLabel {
	font-size: 10px;
	color: #C3C3C3;
	text-align: center;
}

.bookmakerWidget__rating::before {
	content: "★★★★★";
	background-image: linear-gradient(to right, var(--brand-font-color, #FFF) calc(var(--percent) * 1%), var(--brand-font-color-lighter, #DDD) calc(var(--percent) * 1%));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

@media (max-width: 400px) {
	.bookmakerWidget {
		flex-wrap: wrap
	}

	.bookmakerWidget__cta {
		width: 100%
	}
}

.bookmakerLeaderBoard {
	margin-top: 2rem;
	display: flex;
	flex-direction: column;
	row-gap: 3rem
}

.bookmakerLeaderBoard .bookmakerLeaderBoardPost:not(:last-child) {
	margin-top: 1.25rem
}

.bookmakerLeaderboardPost blockquote {
	margin-bottom: 0
}

.bookmakerLeaderboardItem {
	display: flex;
	flex-direction: column;
	box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.05);
	border-radius: 2px;
	margin: 1.5rem 0;
	padding: 1rem
}

.bookmakerLeaderboardItem blockquote {
	order: 2;
	margin-top: 0.5rem
}

.bookmakerLeaderboardItem figcaption {
	order: 1;
	display: flex;
	position: relative
}

.bookmakerLeaderboardItem .bookmakerLeaderboardItem__header img {
	position: relative;
	width: 80px;
	height: 80px;
	padding: 6px;
	z-index: 2;
	aspect-ratio: 1;
	border-radius: 50%;
	border: 0.5rem solid #FFF;
	object-fit: contain;
	object-position: center;
	box-sizing: border-box
}

.bookmakerLeaderboardItem .bookmakerLeaderboardItem__header::before {
	content: "";
	height: 2px;
	width: calc(100% + 2rem);
	background-color: #319F44;
	position: absolute;
	left: -1rem;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1
}

.bookmakerLeaderboardItem .bookmakerLeaderboardItem__quoteExpert {
	font-weight: 700
}

.bookmakerLeaderboardItem .bookmakerLeaderboardItem__header cite {
	text-transform: initial;
	font-style: normal
}

.bookmakerLeaderboardItem .bookmakerLeaderboardItem__quoteExpertName {
	line-height: 3rem
}

.bookmakerSummary {
	position: relative;
	display: flex;
	flex-direction: column;
	box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.05);
	width: 100%;
	margin: 1rem 0;
	box-sizing: border-box
}

.bookmakerSummary::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: calc(2.5%);
	width: 95%;
	background: var(--brand-color);
	height: 0.2rem
}

.bookmakerSummary .bookmakerSummary__header {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	background-color: var(--brand-color);
	padding: 1.5rem 2.25rem
}

.bookmakerSummary__headings p {
	color: var(--brand-font-color);
	font-size: 1.25rem;
	font-weight: 700;
	margin: 0
}

#mvp-content-main .bookmakerSummary__headings span {
	display: block;
	font-size: 1rem;
	color: var(--brand-font-color);
	opacity: 0.6
}

.bookmakerSummary .bookmakerSummary__header img {
	height: 45px;
	width: auto;
	margin-top: 1rem
}

.bookmakerSummary .bookmakerSummary__info {
	padding-top: 1rem
}

.bookmakerSummary .bookmakerSummary__info ul {
	list-style: none
}

.bookmakerSummary .bookmakerSummary__info ul li {
	padding: 0.25rem 0
}

.bookmakerSummary .bookmakerSummary__info ul li:not(:last-child) {
	margin-bottom: 1rem
}

.bookmakerCardList {
	display: flex;
	flex-direction: column;
	gap: 0.25rem
}

.bookmakerCard {
	font-size: 14px;
	position: relative;
	border: thin solid #eeeeee;
	min-height: 13.75rem;
	box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.03), 0 0 1.5rem 0 rgba(0, 0, 0, 0.05)
}

.bookmakerCard__header {
	padding: 20px 20px 0 20px
}

.bookmakerCard__rating {
	position: relative;
	font-size: 16px;
	line-height: 1
}

.bookmakerCard__logo {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 70px;
	border-radius: 3px;
	margin-bottom: 1.5rem
}

.bookmakerCard__logo img {
	max-width: 100%;
	width: auto;
	height: auto;
	max-height: 30px
}

.bookmakerCard__rating::before {
	content: "★★★★★";
	background-image: linear-gradient(to right, #FFD300 calc(var(--percent) * 1%), #DDD calc(var(--percent) * 1%));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.bookmakerCard__number {
	position: absolute;
	left: 0;
	top: 0.25rem;
	background-color: #eeeeee;
	color: #999;
	font-weight: bold;
	padding: 0.25rem 1rem 0.25rem 0.85rem;
	border-radius: 0 16px 16px 0
}

.bookmakerCard__offer {
	display: block;
	width: 70%;
	border: thin solid #DDD;
	text-align: center;
	border-radius: 3px;
	margin-bottom: 0.5rem;
	font-size: 17px
}

.bookmakerCard__cta {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0 20px 10px 20px;
	font-size: 15px
}

.bookmakerCard__offer s {
	opacity: 0.8;
	margin-right: 5px
}

.bookmakerCard__rating, .bookmakerCard__ratingText {
	text-align: center
}

.bookmakerCard__ratingText {
	font-size: 14px;
	margin: 0
}

.bookmakerCard__basicInfo {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0.4rem;
	padding: 10px 20px;
	line-height: 1.75
}

.bookmakerCard__basicInfo a {
	font-size: 13px
}

.bookmakerCard__advantages {
	display: flex;
	justify-content: center;
	padding: 0.5rem 1rem;
	margin: 1rem 0
}

.bookmakerCard__advantages ul {
	padding-left: 20px;
	margin: 0
}

.bookmakerCard__advantages ul li {
	position: relative;
	list-style: none
}

.bookmakerCard__advantages ul li:not(:last-child) {
	margin-bottom: 1rem
}

.bookmakerCard__advantages ul li::before {
	position: absolute;
	content: "";
	left: -20px;
	top: 1px;
	width: 15px;
	height: 15px;
	background-size: 11px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23FFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-check'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
	border-radius: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #319F44
}

@media (min-width: 768px) and (max-width: 992px) {
	.bookmakerCard__ratings {
		flex-direction: column;
	}
}

@media (

(
min-width:

768
px

)
and

(
max-width:

992
px

)
)
or

(
min-width:

1200
px

)
{
.bookmakerCard {
	display: flex
}

.bookmakerCard__logo {
	margin: 0 0 1rem 0;
	height: 70px
}

.bookmakerCard__logo img {
	max-height: 30px
}

.bookmakerCard__header {
	padding: 1rem
}

.bookmakerCard__basicInfo, .bookmakerCard__advantages, .bookmakerCard__cta {
	padding: 1rem 0.5rem
}

.bookmakerCard__advantages {
	display: flex;
	align-items: center
}

.bookmakerCard__header, .bookmakerCard__cta {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 20%
}

.bookmakerCard__basicInfo, .bookmakerCard__advantages {
	width: 30%
}

.bookmakerCard__basicInfo {
	align-items: flex-start
}

.bookmakerCard__offer {
	width: 100%
}

}
@media screen and (min-width: 768px) {
	.bookmakerLeaderboardItem {
		padding: 1rem 2rem
	}

	.bookmakerLeaderboardItem .bookmakerLeaderboardItem__header img {
		margin: 0 1rem
	}

	.bookmakerLeaderboardItem .bookmakerLeaderboardItem__header::before {
		width: calc(100% + 4rem);
		left: -2rem
	}

	.bookmakerSummary:not(.--fullwidth) {
		float: right;
		width: 35%;
		margin: 1rem 0 1rem 2rem
	}

	.bookmakerSummary.--fullwidth {
		margin: 1rem 0
	}
}

.videoElement {
	display: flex;
	justify-content: center;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto
}

.videoElement .rll-youtube-player {
	position: static;
	padding-bottom: 0;
	height: auto;
	overflow: unset
}

.videoElement .videoElement__wrapper {
	width: 100%;
	position: relative;
	padding-top: 56.25%;
	border-radius: 8px;
	overflow: hidden
}

.videoElement iframe, .videoElement embed, .videoElement object, .videoElement video {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%
}

.videoElement.--16\/9 .videoElement__wrapper {
	padding-top: 56.25%
}

.videoElement.--9\/16 {
	max-width: 360px
}

.videoElement.--9\/16 .videoElement__wrapper {
	padding-top: 177.77%
}

.videoElement.--4\/3 .videoElement__wrapper {
	padding-top: 75%
}

.videoElement.--3\/4 {
	max-width: 360px
}

.videoElement.--3\/4 .videoElement__wrapper {
	padding-top: 133.33%
}

.videoElement.--1\/1 .videoElement__wrapper {
	padding-top: 100%
}

.videoElement.--fullwidth {
	max-width: 100%
}

.videoElement.--max-w-\[640px\] {
	max-width: 640px
}

.videoElement.--max-w-\[360px\] {
	max-width: 360px
}

#cmplz-manage-consent .cmplz-manage-consent, .cmplz-cookiebanner .cmplz-title {
	font-family: Oswald, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important
}

#cmplz-manage-consent .cmplz-manage-consent, .cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-category-title, .cmplz-cookiebanner .cmplz-title {
	font-weight: 700 !important;
	color: #272a2c !important
}

body {
	font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: Oswald, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif
}

.dropdown-item {
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	font-family: Oswald
}

.dropdown-menu {
	background-image: linear-gradient(to bottom, #f8c523, #f7cc42)
}

.page-link {
	color: #6bd084
}

.page-item.active .page-link {
	background-color: #6bd084;
	border-color: #6bd084
}

#continueorcancelcountdown, .udalosti-template-default .dodany-obsah {
	display: none
}

.widget_custom_html a {
	display: block;
	margin-top: 10px
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
	color: #272a2c !important;
	font-size: 18px !important;
	font-weight: 600 !important;
	border-width: 0 !important
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept {
	background-image: linear-gradient(to bottom, #f8c523, #f9b726) !important
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active, .cmplz-cookiebanner .cmplz-links .cmplz-link {
	color: #106626 !important
}

.cmplz-cookiebanner .cmplz-message {
	font-size: 15px !important;
	line-height: 1.5 !important;
	color: #272a2c !important;
	margin-bottom: 0 !important
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences, .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences {
	background-color: #ededea !important
}

.cmplz-cookiebanner .cmplz-title {
	font-size: 1.375rem !important;
	line-height: 1.2 !important
}

.cmplz-cookiebanner {
	grid-row-gap: 7px !important
}

.cmplz-cookiebanner .cmplz-links.cmplz-documents {
	margin-top: 4px !important
}

.cmplz-cookiebanner .cmplz-categories.cmplz-fade-in {
	margin-top: 7px !important
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-description {
	font-size: 14px !important;
	padding-top: 0 !important
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-icon.cmplz-open svg {
	vertical-align: top
}

.cmplz-document .border-content ul li::before {
	content: "✅";
	display: none;
	margin-right: .2rem
}

#cmplz-cookies-overview .cmplz-dropdown summary, #cmplz-document .cmplz-dropdown summary, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary {
	background-color: transparent !important
}

.cmplz-document .entry-content h1:first-child {
	font-size: 30px !important
}

#cmplz-cookies-overview .cmplz-dropdown summary h3, #cmplz-document .cmplz-dropdown summary h3, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary h3 {
	font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
	font-weight: 400 !important
}

.cmplz-cookiebanner .cmplz-message a {
	margin-top: 20px;
	display: block;
	color: #106626 !important;
	font-size: var(--cmplz_link_font_size);
	text-decoration: underline
}

i.fa-angle-up:before, i.fa-home:before, i.fa-star-half-o:before, i.fa-star-o:before, i.fa-star:before {
	content: "";
	display: inline-block;
	vertical-align: middle
}

.cmplz-cookiebanner .cmplz-body p {
	margin-bottom: 0 !important
}

.page-id-11511 .entry-content h1 {
	font-size: 30px
}

@media all and (max-width: 599px) {
	.cmplz-cookiebanner .cmplz-message {
		font-size: 12px !important
	}
}

i.fa-star:before {
	background: url(/wp-content/uploads/star-solid.svg) 0 0/contain no-repeat;
	width: 18px;
	height: 22px
}

i.fa-star-o:before {
	background: url(/wp-content/uploads/star-regular.svg) 0 0/contain no-repeat;
	width: 18px;
	height: 22px
}

i.fa-star-half-o:before {
	background: url(/wp-content/uploads/star-half-alt-solid.svg) 0 0/contain no-repeat;
	width: 17px;
	height: 22px
}

i.fa-home:before {
	background: url(/wp-content/uploads/home-solid.svg) 0 0/contain no-repeat;
	width: 15px;
	height: 15px
}

i.fa-angle-up:before {
	background: url(/wp-content/uploads/angle-up-solid.svg) 0 0/contain no-repeat;
	width: 20px;
	height: 30px
}

i.fa-angle-left:before, i.fa-angle-right:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px
}

i.fa-angle-left:before {
	background: url(/wp-content/uploads/angle-left-solid.svg) 0 0/contain no-repeat
}

i.fa-angle-right:before {
	background: url(/wp-content/uploads/angle-right-solid.svg) 0 0/contain no-repeat
}

.wp-block-columns {
	align-items: normal !important;
	box-sizing: border-box !important;
}

.wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright, .wp-block-image.aligncenter, .wp-block-image.alignleft, .wp-block-image.alignright {
	display: table;
}

.wp-block-image figure {
	margin: 0;
}

:where(.wp-block-columns) {
	margin-bottom: 1.75em;
}

.wp-block-table {
	overflow-x: auto;
}

.wp-block-table table {
	border-collapse: collapse;
	width: 100%;
}

@media (min-width: 782px) {
	.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
		flex-basis: 0;
		flex-grow: 1;
	}
}

@media (max-width: 781px) {
	.wp-block-columns {
		flex-wrap: wrap !important;
	}

	.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
		flex-basis: 100% !important;
	}
}

span.fa-star:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background: url(/wp-content/uploads/star-solid.svg) 0 0/contain no-repeat;
	filter: brightness(0) invert(1);
	width: 18px;
	height: 22px;
}

ul.stars li:before {
	display: none;
}

.swiper-autoheight .swiper-wrapper {
	min-height: 208px;
}

@media all and (max-width: 599px) {
	.swiper-autoheight .swiper-wrapper {
		min-height: 246px;
	}
}

@media all and (min-width: 600px) and (max-width: 1023px) {
	.swiper-autoheight .swiper-wrapper {
		min-height: 260px;
	}
}

.posted-on, .posted-on time {
	color: #A42323 !important
}

.author.vcard, .author.vcard a {
	color: #106626 !important
}

.btn.btn-green, .btn-green.ja_btn.confirmBtn, .btn-green.ja_btn.denyBtn {
	background-color: #276330
}

a {
	color: #276330
}

#wrapper-footer a {
	color: #fff
}

.breadcrumbs {
	background-color: #272a2c
}

#wrapper-footer {
	background-color: #272a2c
}

.widgetPost__countdown.disabled {
	background-color: #A42323
}

.cmplz-cookiebanner .cmplz-message a {
	color: #106626 !important
}

.page-item.active .page-link {
	background-color: #106626;
	border-color: #106626
}

.page-link {
	color: #106626
}

.site-main a {
	font-weight: bolder
}

.green-ban {
	font-size: 14px;
	color: #106626
}

.bonus-podminka {
	color: #86703C !important
}

.bettingTicket .bettingTicket__heading, .bettingTicketsStats__row .bettingTicketsStats__heading {
	color: #A42323
}

#wrapper-footer a:hover {
	color: #fcd50e;
	text-decoration: none
}

.sk-text-white .bookmaker.rating i.fa-star:before {
	background: url(/wp-content/uploads/star-solid-white.svg) 0 0/contain no-repeat
}

.sk-text-white .bookmaker.rating i.fa-star-o:before {
	background: url(/wp-content/uploads/star-empty-white.svg) 0 0/contain no-repeat
}

.sk-text-black .bookmaker.rating i.fa-star:before {
	background: url(/wp-content/uploads/star-solid-black.svg) 0 0/contain no-repeat
}

.sk-text-black .bookmaker.rating i.fa-star-o:before {
	background: url(/wp-content/uploads/star-empty-black.svg) 0 0/contain no-repeat
}

.bettingPartnerWidget {
	display: flex;
	flex-direction: column;
	background-color: #FFF;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.bettingPartnerWidget .bettingPartnerWidget__content {
	height: 100%;
	position: relative;
	padding: .5rem .5rem;
}

.bettingPartnerWidget .matchesTable__content {
	flex: 1 1 auto;
	overflow: auto;
}

.bettingPartnerWidget .matchesTable__footer {
	flex: 1 1 auto;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: flex-end;
}

.matchesTable .matchesTable__eventTeamsList, .matchesTable .matchesTable__highlight {
	color: #000;
}

@media (min-width: 992px) {
	.bettingPartnerWidget .bettingPartnerWidget__content .matchesTable {
		display: flex;
		flex-direction: column;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		padding-bottom: .5rem;
	}
}

.bettingPartnerWidget .bettingPartnerWidget__header {
	padding: 12px 20px;
	border-bottom: thin solid rgba(0, 0, 0, 0.15);
}

.bettingPartnerWidget .bettingPartnerWidget__heading {
	margin: 0;
}

@container bookmakerWidget (width < 500px) {
	.bookmakerWidgetList.--fullwidth {
		max-width: 100%;
	}
}

@media (min-width: 1200px) {
	.bookmakerWidget .bookmakerWidget__cta {
		max-width: 150px;
	}

	.bookmakerWidget .bookmakerWidget__cta a {
		padding: 6px 4px;
	}
}

.partnerBanner__link {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 5px;
	padding: .5rem .875rem;
	width: 100%;
}

.partnerBanner__logo {
	width: 60px;
	height: auto;
}

.partnerBanner__text {
	font-weight: bold;
	font-size: 1.15rem;
}

.partnerBanner__link {
	background-color: var(--bg-color, #000);
	color: var(--font-color, #FFF);
}

.partnerBanner__link.--button {
	display: inline-flex;
	width: auto;
	gap: 1rem;
}

.partnerBanner {
	width: 100%;
	display: flex;
	justify-content: center;
}

.bettingOdd + .partnerBanner {
	margin-top: .5rem;
	margin-bottom: 1rem;
}

@media (max-width: 568px) {
	.partnerBanner__text {
		font-size: .875rem;
	}
}

.partnerBanner__link {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 5px;
	padding: .5rem .875rem;
	width: 100%;
}

.partnerBanner__logo {
	width: 60px;
	height: auto;
}

.partnerBanner__text {
	font-weight: bold;
	font-size: 1.15rem;
}

.partnerBanner__link {
	background-color: var(--bg-color, #000);
	color: var(--font-color, #FFF);
}

.partnerBanner__link.--button {
	display: inline-flex;
	width: auto;
	gap: 1rem;
}

.partnerBanner {
	width: 100%;
	display: flex;
	justify-content: center;
}

.bettingOdd + .partnerBanner {
	margin-top: .5rem;
	margin-bottom: 1rem;
}

@media (max-width: 568px) {
	.partnerBanner__text {
		font-size: .875rem;
	}
}

.partnerBanner img {
	box-shadow: none
}

.partnerBanner__link:hover {
	color: var(--font-color, #FFF);
	text-decoration: none;
}

.dropdown .dropdownToggle, .page-template-archive-live_stream .site .btn-secondary, .single-live_stream .site .btn-secondary, .page-template-archive-betting_odds_pages .site .btn-secondary, .single-betting_odds_pages .site .btn-secondary {
	background-color: #61a159;
	border-color: #61a159;
}

.dropdown .dropdownToggle:hover, .page-template-archive-live_stream .site .btn-secondary:hover, .single-live_stream .site .btn-secondary:hover, .page-template-archive-betting_odds_pages .site .btn-secondary:hover, .single-betting_odds_pages .site .btn-secondary:hover {
	background-color: #3a6131;
	border-color: #3a6131
}

.tzSelect #tz-select:focus {
	border-color: #729f5b;
	box-shadow: 0 0 0 .25rem rgb(114 159 91 / 12%)
}

.eventSchedule a {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

.eventScheduleWrapper.--oddsList .eventSchedule a {
	color: #125c24;
}

.eventSchedule a:hover {
	text-decoration: underline;
}

.page-template-archive-live_stream .nav .nav__link {
	color: #000;
}

.eventScheduleNav {
	gap: .25rem;
}

.eventScheduleWrapper.--oddsList .eventSchedule__legend.--sport td {
	padding-left: 0;
}

.eventScheduleWrapper.--oddsList .eventSchedule__legend span {
	text-transform: none
}

body .cmplz-soft-cookiewall {
	z-index: 9999999
}

.gap-1 {
	gap: 0.5rem;
}

.gap-2 {
	gap: 1rem;
}

.ratingCircle {
	display: flex;
	align-items: center;
	gap: .5rem;
}

.ratingCircle .ratingCircle__info {
	display: flex;
	flex-direction: column;
	line-height: 1;
}

.ratingCircle .ratingCircle__info a {
	text-decoration: underline;
}

.ratingCircle .ratingCircle__info a:hover {
	text-decoration: none;
}

.ratingRing {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	aspect-ratio: 1/1;
	border-radius: 50%;
	background: radial-gradient(closest-side, var(--bgColor) 79%, transparent 80% 100%, var(--bgColor) 0), conic-gradient(var(--borderColor) calc(var(--progress-value) * 1%), var(--bgColor) 0);
	animation: css-progress 2s 1 forwards;
	font-weight: bold;
	font-size: 15px;
	line-height: 1;
}

.ratingRing.--casino {
	--bgColor: #ffe783;
	--borderColor: #f8c523;
}

.ratingRing.--player {
	--bgColor: #65ce7e;
	--borderColor: #2fa84d;
}

@keyframes css-progress {
	to {
		--progress-value: var(--percentage);
	}
}

.socialShare {
	display: flex;
}

.socialShare__wrapper {
	display: inline-flex;
	gap: 4px;
}

.socialShare .socialShare__item {
	display: inline-flex;
	padding: 4px;
	border-radius: 4px;
	background-color: #f8f9fa;
	transition: opacity .2s;
}

.socialShare .socialShare__item img {
	width: 28px;
}

.socialShare .socialShare__item.--facebook {
	background-color: #1877F2
}

.socialShare .socialShare__item.--twitter {
	background-color: #000;
}

.socialShare .socialShare__item.--mail {
	background-color: #69a666;
}

.socialShare .socialShare__item.--facebook img, .socialShare .socialShare__item.--twitter img, .socialShare .socialShare__item.--mail img {
	filter: invert(1);
}

.entry-meta .socialShare .socialShare__item img, .entry-footer .socialShare .socialShare__item img, .reviewAuthor .socialShare .socialShare__item img, .tipy-detail .socialShare .socialShare__item img {
	width: 16px;
}

.entry-meta .socialShare {
	margin-left: auto;
}

.entry-footer {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
}

.entry-footer .edit-link {
	width: 100%;
	order: 3;
}

.entry-footer .socialShare {
	order: 2;
}

@media (max-width: 768px) {
	.socialShare__wrapper {
		gap: 8px;
	}
}

@media (max-width: 360px) {
	.entry-meta .socialShare {
		margin-left: 0;
		width: 100%;
	}
}

.entry-footer .socialShare {
	margin-left: auto;
}

@media (hover: hover) {
	.socialShare .socialShare__wrapper:hover .socialShare__item {
		opacity: .5;
	}

	.socialShare .socialShare__wrapper .socialShare__item:hover {
		opacity: 1;
	}
}

.box-shadow {
	box-shadow: 0px 5px 10px 0 rgba(53, 29, 3, 0.2);
}

.socialShareWidget {
	border-radius: 8px;
}

.bannerBlock.--two-cols {
	display: grid;
	grid-template-columns:1fr 1fr;
	gap: .5rem
}

.bannerBlock .bannerBlock__item {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: flex-start;
	padding: 10px;
	border-radius: 4px
}

.bannerBlock .bannerBlock__item a {
	display: flex
}

#mvp-content-main .bannerBlock .bannerBlock__warning {
	font-size: 8px;
	margin-top: 3px;
	margin-bottom: 0
}

#mvp-content-main .bannerBlock .bannerBlock__warning, .bannerBlock .bannerBlock__text {
	line-height: 1
}

.bannerBlock .bannerBlock__logo {
	height: 24px;
	width: auto;
	box-shadow: unset;
	border-radius: unset;
}

.bannerBlock .bannerBlock__text {
	margin-top: 8px;
	margin-bottom: 4px;
	font-size: var(--text-size, 14px)
}

.bannerBlock .bannerBlock__text strong {
	color: var(--accent-color)
}

.bannerBlock .bannerBlock__btn {
	text-decoration-color: currentColor;
	margin-top: auto;
	font-size: 12px;
	font-weight: 500;
	border-radius: 4px;
	padding: 9px 0;
	display: flex;
	width: 100%;
	justify-content: center;
	line-height: 1
}

.bannerBlock .bannerBlock__link {
	position: absolute;
	inset: 0
}

.bannerBlock + .bannerBlock__underNotice {
	font-size: 10px;
	text-align: center;
	margin-bottom: 10px
}

.bannerBlock .bannerBlock__warning {
	font-size: 8px;
	margin-bottom: 0;
}

@media (max-width: 640px) {
	.bannerBlock.--two-cols {
		gap: .25rem
	}

	.bannerBlock .bannerBlock__text {
		font-size: 12px
	}

	.bannerBlock .bannerBlock__logo {
		height: 20px
	}

	#mvp-content-main .bannerBlock .bannerBlock__warning {
		font-size: 7px
	}
}

.bannerBlock:not(:first-child) {
	margin-top: 10px;
}

.bannerBlock:not(.--two-cols) {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.tipBox {
	position: relative;
	max-width: var(--max-width, 500px);
	background-color: var(--background-color, #106626);
	color: var(--text-color, #FFF);
	padding: 1rem;
	border-radius: 8px;
	font-size: 80%;
}

.tipBox .tipBox__icon {
	position: absolute;
	top: 1rem;
	left: 1rem;
	width: 32px;
	height: auto;
	aspect-ratio: 1 / 1;
}

.tipBox .tipBox__icon path {
	fill: var(--text-color, #FFF);
}

.tipBox h1, .tipBox h2, .tipBox h3, .tipBox h4, .tipBox h5, .tipBox h6 {
	color: var(--text-color, #FFF);
}

.tipBox > *:last-child {
	margin-bottom: 0;
}

.tipBox.--icon {
	padding-left: 4rem;
}

.prosCons {
	display: grid;
	grid-template-columns:repeat(2, 1fr);
	gap: 1rem
}

.prosCons, .prosConsItem {
	width: 100%;
	max-width: 700px;
	margin: 0 auto
}

.prosConsItem ul {
	padding: 0;
	margin: 0
}

.prosConsItem {
	display: flex;
	flex-direction: column
}

.prosConsItem__content, .prosConsItem__heading {
	padding: .5rem 1rem
}

.prosConsItem__heading {
	background-color: #e3e3e3;
	border-radius: 8px 8px 0 0
}

.prosConsItem__content {
	background-color: #f8f8f8;
	border-radius: 0 0 8px 8px;
	font-size: 1rem;
	padding-top: 1rem;
	padding-bottom: 1rem
}

.prosConsItem.--pros .prosConsItem__heading {
	background-color: #d0dfcf;
	color: #000
}

.prosConsItem.--cons .prosConsItem__heading {
	background-color: #edd4d4;
	color: #000
}

.prosConsItem ul li {
	padding-left: 2rem
}

.prosConsItem ul li::before {
	width: 1.25rem;
	height: 1.25rem;
	aspect-ratio: 1/1;
	top: .125rem;
	left: 0;
	background-color: transparent;
	background-image: url("data:image/svg+xml,%3Csvg width='13' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.821 2.684 5.212 10.81a.597.597 0 0 1-.428.19.584.584 0 0 1-.429-.19L.18 6.352a.674.674 0 0 1 0-.915l1.476-1.579a.597.597 0 0 1 .857 0l2.272 2.425L10.488.19a.587.587 0 0 1 .428-.19c.162 0 .316.069.43.19l1.475 1.58a.674.674 0 0 1 0 .914Z' fill='%23106626'/%3E%3C/svg%3E");
	background-size: .85rem;
	background-position: center;
	background-repeat: no-repeat
}

.prosConsItem.--cons ul li::before {
	background-image: url("data:image/svg+xml,%3Csvg width='11' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m7.315 5.5 3.403-3.403a.962.962 0 0 0 0-1.36l-.454-.454a.962.962 0 0 0-1.36 0L5.5 3.686 2.097.282a.962.962 0 0 0-1.36 0L.281.736a.962.962 0 0 0 0 1.36L3.686 5.5.283 8.903a.962.962 0 0 0 0 1.361l.453.454a.962.962 0 0 0 1.361 0L5.5 7.315l3.403 3.403a.962.962 0 0 0 1.361 0l.454-.454a.962.962 0 0 0 0-1.36L7.315 5.5Z' fill='%23DE4444'/%3E%3C/svg%3E")
}

@media (max-width: 568px) {
	.prosCons {
		grid-template-columns:1fr
	}
}
