@charset "UTF-8";
/*!
Theme Name: australian-gamblers
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: australian-gamblers
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

australian-gamblers is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
/* =========================
   Red Hat Display Font Setup
   ========================= */
@font-face {
	font-family: "RedHatDisplay";
	src: url("assets/fonts/RedHatDisplay-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "RedHatDisplay";
	src: url("assets/fonts/RedHatDisplay-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "RedHatDisplay";
	src: url("assets/fonts/RedHatDisplay-SemiBold.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "RedHatDisplay";
	src: url("assets/fonts/RedHatDisplay-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "RedHatDisplay";
	src: url("assets/fonts/RedHatDisplay-ExtraBold.ttf") format("truetype");
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: "RedHatDisplay";
	src: url("assets/fonts/RedHatDisplay-Black.ttf") format("truetype");
	font-weight: 900;
	font-style: normal;
}

/* =========================
   Base Typography
   ========================= */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "RedHatDisplay", sans-serif !important;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 400;
	/* regular */
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "RedHatDisplay", sans-serif !important;
	font-weight: 600;
	/* semi-bold by default */
}

b,
strong {
	font-weight: 600;
	/* bold */
}

/* =========================
   Apple Devices Font Fix
   ========================= */
/* iOS browsers (Safari + Chrome + Edge) */
@supports (-webkit-overflow-scrolling: touch) {
	h1, h2, h3, h4, h5, h6, b, strong {
		-webkit-font-smoothing: subpixel-antialiased !important;
	}
}

/* macOS browsers (Safari + Chrome + Edge) */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	h1, h2, h3, h4, h5, h6, b, strong {
		-webkit-font-smoothing: subpixel-antialiased !important;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

@media (min-width: 768px) {
	.w-md-70 {
		width: 70% !important;
	}
	.w-md-30 {
		width: 30% !important;
	}
}

.transition {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.transition:hover {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.tablet {
	display: none !important;
}

@media (max-width: 992px) {
	.tablet {
		display: block !important;
	}
}

.desktop {
	display: block !important;
}

@media (max-width: 992px) {
	.desktop {
		display: none !important;
	}
}

.red-button {
	background-color: #be1a1d;
	color: #ffffff !important;
	font-weight: bold;
	font-size: 21px;
	padding: 10px;
	text-decoration: none;
	border-radius: 15px;
	border: 1px solid #be1a1d;
}

.red-button:hover {
	background-color: transparent;
	color: #be1a1d !important;
}

@media (max-width: 768px) {
	.red-button {
		display: flex;
		margin: 0 auto;
		width: fit-content;
		justify-content: center;
	}
}

@media (max-width: 576px) {
	.red-button {
		width: 100%;
	}
}

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

.blue-button a {
	text-decoration: none;
	text-align: center;
	background-color: #359955;
	color: #ffffff;
	padding: 10px 55px;
	border-radius: 10px;
	font-weight: 600;
	font-size: 24px;
	border: 1px solid #359955;
}

@media (max-width: 992px) {
	.blue-button a {
		padding: 15px 50px;
		font-size: 20px;
	}
}

.blue-button a:hover {
	text-decoration: none;
	color: #359955;
	background-color: transparent;
}

.blue-button a:visited {
	color: #ffffff;
}

.blue-button a:visited:hover {
	text-decoration: none;
	color: #359955;
	background-color: transparent;
}

.green-button {
	background-color: #94d26e;
	color: #ffffff !important;
	font-weight: bold;
	font-size: 21px;
	padding: 10px;
	text-decoration: none;
	border-radius: 15px;
	border: 1px solid #94d26e;
}

.green-button:hover {
	background-color: transparent;
	color: #94d26e !important;
}

@media (max-width: 768px) {
	.green-button {
		display: flex;
		margin: 0 auto;
		width: fit-content;
		justify-content: center;
	}
}

@media (max-width: 576px) {
	.green-button {
		width: 100%;
	}
}

@media (max-width: 576px) {
	h1 {
		font-size: 27px !important;
		font-weight: 700 !important;
	}
}

h3 {
	font-size: 1.65rem !important;
}

h4 {
	font-size: calc(1rem + .1vw) !important;
}

p {
	margin-bottom: 0.75rem !important;
}

b, strong {
	font-weight: 700 !important;
}

body {
	background-color: #ffffff !important;
	margin: 0 !important;
}

ul {
	margin: 0 0 1.5em 0 !important;
}

.quicklinks ul {
	margin: 0em !important;
}

.not-found {
	padding: 100px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.not-found p {
	font-size: 150px;
}

.dashed-line {
	border-top: 9px solid #359955;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 7%;
	border-radius: 15px;
}

.two-columns {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 5px;
}

.three-columns {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 5px;
}

.fancy-list {
	background-color: #d0d2ed;
	padding: 20px 35px;
	border-radius: 12px;
	font-weight: 600;
	box-shadow: 6px 10px 13px rgba(121, 121, 121, 0.6);
}

.fancy-list li {
	position: relative;
	padding-left: 0px;
	margin-bottom: 0.5em;
	line-height: 1.5;
}

.four-columns {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 5px;
}

blockquote {
	position: relative;
	padding: 1.5rem 2rem;
	margin: 2rem 0;
}

blockquote::before,
blockquote::after {
	content: '"';
	font-style: italic;
	font-size: 80px;
	position: absolute;
	color: #262a7f;
	font-family: serif;
	line-height: 1;
}

blockquote::before {
	top: -0.5rem;
	left: -1rem;
}

blockquote::after {
	bottom: -0.5rem;
	right: 0px;
}

.back-to-top {
	position: fixed;
	bottom: 110px;
	right: 30px;
	z-index: 999;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background-color: #359955;
	color: #ffffff;
	border-radius: 50%;
	text-decoration: none;
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
	transition: all 0.3s ease;
	opacity: 0;
	visibility: hidden;
}

@media (max-width: 576px) {
	.back-to-top {
		bottom: 75px;
	}
}

.back-to-top i {
	font-size: 1.2rem;
}

.back-to-top:hover {
	transform: translateY(-3px);
	color: #ffffff;
}

.back-to-top:visited {
	color: #ffffff;
}

.back-to-top.show {
	opacity: 1;
	visibility: visible;
}

.rounded-accordion {
	border-radius: 15px !important;
}

@media (min-width: 1160px) {
	.ag-breakout-1160 {
		max-width: 1160px;
		position: relative;
		overflow: visible;
	}
	.ag-breakout-1160 .ag-table-wrap {
		overflow-x: auto;
	}
	/* if your 880px container has overflow hidden, disable it on this block */
	.ag-breakout-1160 {
		overflow: visible;
	}
}

@media (min-width: 880px) {
	.ag-breakout-880 {
		max-width: 880px;
		position: relative;
		margin: 0 auto;
	}
	#disclaimerAccordion {
		max-width: 880px;
		position: relative;
		margin: 0 auto;
	}
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover, a:focus, a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site-header {
	background-color: #e5e5e5;
	width: 100%;
	position: fixed;
	z-index: 1000;
}

@media (min-width: 1024px) {
	.site-header #hamburger.hidden {
		display: none !important;
	}
}

.site-header .nav-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 25px;
}

.site-header .nav-wrapper .site-branding a {
	display: flex;
	justify-content: center;
	align-items: center;
}

.site-header .nav-wrapper .main-navigation {
	display: none;
}

@media (max-width: 992px) {
	.site-header .nav-wrapper .main-navigation {
		display: flex;
		justify-content: end;
		align-items: center;
	}
}

.site-header .nav-wrapper .main-navigation #hamburger {
	display: block !important;
	background-color: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
	width: 50px;
}

.site-header .nav-wrapper .main-navigation #hamburger .line1, .site-header .nav-wrapper .main-navigation #hamburger .line2, .site-header .nav-wrapper .main-navigation #hamburger .line3 {
	fill: none;
	stroke: #030629;
	stroke-width: 6;
	transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.site-header .nav-wrapper .main-navigation #hamburger .line1 {
	stroke-dasharray: 60 207;
}

.site-header .nav-wrapper .main-navigation #hamburger .line2 {
	stroke-dasharray: 60 60;
}

.site-header .nav-wrapper .main-navigation #hamburger .line3 {
	stroke-dasharray: 60 207;
}

.site-header .nav-wrapper .main-navigation #hamburger.open .line1 {
	stroke-dasharray: 90 207;
	stroke-dashoffset: -134;
}

.site-header .nav-wrapper .main-navigation #hamburger.open .line2 {
	stroke-dasharray: 1 60;
	stroke-dashoffset: -30;
}

.site-header .nav-wrapper .main-navigation #hamburger.open .line3 {
	stroke-dasharray: 90 207;
	stroke-dashoffset: -134;
}

.site-header #mainMenu {
	background-color: #F6F6F6;
	height: 100vh;
	overflow: hidden;
	display: none;
}

.site-header #mainMenu .mobile-menu-wrapper {
	height: 100%;
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

.site-header #mainMenu .mobile-menu-wrapper .sub-menu li {
	margin: 0 0 5px 25px;
}

.site-header #mainMenu .mobile-menu-wrapper ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	overflow-y: auto;
	max-height: 80vh;
}

@media (max-width: 768px) {
	.site-header #mainMenu .mobile-menu-wrapper ul {
		max-height: 75vh;
	}
}

.site-header #mainMenu .mobile-menu-wrapper ul li {
	margin: 0 0 25px 0;
	font-weight: 600;
	text-align: start;
	margin-left: 30px;
}

.site-header #mainMenu .mobile-menu-wrapper ul li a {
	color: #030629;
	text-decoration: none;
}

.site-header #mainMenu .mobile-menu-wrapper ul li a:hover {
	color: #be1a1d;
}

.site-header #mainMenu .mobile-menu-wrapper ul li .active {
	transform: rotate(180deg);
}

.site-header #mainMenu .mobile-menu-wrapper ul #menu-item-1565 {
	background-color: #be1a1d;
	color: #ffffff;
	padding: 5px 10px;
	border-radius: 15px;
	width: fit-content;
	margin-left: 20px;
}

.site-header #mainMenu .mobile-menu-wrapper ul #menu-item-1565 a {
	color: #ffffff;
}

.site-header #mainMenu .mobile-menu-wrapper ul .current_page_item > a:first-child {
	color: #be1a1d;
}

.site-header #mainMenu .mobile-menu-wrapper ul .current-menu-item > a:first-child {
	color: #be1a1d;
}

.site-header #mainMenu .menu-item-has-children {
	position: relative;
}

.site-header #mainMenu .menu-item-has-children .submenu-toggle {
	display: inline-block;
	margin-left: 10px;
	cursor: pointer;
}

.site-header #mainMenu .menu-item-has-children .submenu-toggle i {
	background-color: #262a7f;
	color: #ffffff;
	padding: 7px;
	border-radius: 9px;
	transition: transform 0.3s ease;
}

.site-header #mainMenu .menu-item-has-children .submenu-toggle i.rotated {
	transform: rotate(180deg);
}

.site-header #mainMenu .menu-item-has-children .sub-menu {
	display: none;
}

@media (min-width: 1024px) {
	.site-header #mainMenu {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		width: 320px;
		transform: translateX(100%);
		transition: transform 0.3s ease-in-out;
		padding-top: 80px;
		z-index: 9999;
	}
}

@media (min-width: 1024px) {
	.site-header #mainMenu.active {
		transform: translateX(0);
	}
}

.site-header #closeMenu {
	display: none;
}

@media (min-width: 1024px) {
	.site-header #closeMenu {
		display: block;
		position: absolute;
		top: 20px;
		right: 0px;
		background: none;
		border: none;
		font-size: 3rem;
		color: #030629;
		cursor: pointer;
		z-index: 10001;
	}
}

@media (max-width: 992px) {
	.header-hor-menu {
		display: none;
	}
}

.header-hor-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 20px;
}

.header-hor-menu li {
	margin: 0;
	padding: 0;
}

.header-hor-menu a {
	text-decoration: none;
	color: #000;
	font-weight: 500;
}

.header-hor-menu a:hover {
	color: #0073aa;
}

.site-footer {
	background-color: #F6F6F6;
}

.site-footer .footer-col {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 50%;
	margin: 0 auto;
	text-align: center;
	min-width: 200px;
	max-width: 100%;
}

.site-footer .footer-menu-wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px;
	padding: 40px 0 20px;
}

@media (max-width: 992px) {
	.site-footer .footer-menu-wrapper {
		gap: 10px;
	}
}

.site-footer .footer-menu-wrapper .footer-logo,
.site-footer .footer-menu-wrapper .footer-newsletter-wrapper {
	flex: 1 1 11%;
}

.site-footer .footer-menu-wrapper .footer-newsletter-wrapper__heading {
	color: #ffffff;
}

.site-footer .footer-menu-wrapper .footer-newsletter-wrapper form {
	margin: 10px auto !important;
}

.site-footer .footer-menu-wrapper .footer-newsletter-wrapper form p {
	color: #ffffff !important;
}

.site-footer .footer-menu-wrapper .footer-newsletter-wrapper form input {
	border-radius: 10px !important;
}

.site-footer .footer-menu-wrapper .footer-newsletter-wrapper form button {
	background-color: #be1a1d !important;
	border-radius: 10px !important;
}

.site-footer .footer-menu-wrapper .footer-nav {
	flex: 1 1 5%;
}

.site-footer .footer-menu-wrapper .footer-nav .footer-nav-heading {
	margin-bottom: 0 !important;
	font-size: 1.25rem;
	color: #be1a1d;
}

.site-footer .footer-menu-wrapper .footer-nav nav.footer-menu ul {
	list-style: none;
	padding-left: 20px;
	margin-left: 0;
}

@media (max-width: 768px) {
	.site-footer .footer-menu-wrapper .footer-nav nav.footer-menu ul {
		padding-left: 0;
	}
}

.site-footer .footer-menu-wrapper .footer-nav nav.footer-menu ul li {
	position: relative;
}

.site-footer .footer-menu-wrapper .footer-nav nav.footer-menu ul li::before {
	content: '';
	position: absolute;
	top: 50%;
	left: -15px;
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	background-color: #ffffff;
	border-radius: 50%;
}

.site-footer .footer-menu-wrapper .footer-nav nav.footer-menu ul li a {
	color: #ffffff;
	text-decoration: none;
}

.site-footer .footer-menu-wrapper .footer-nav nav.footer-menu ul li a:hover {
	text-decoration: underline;
}

.site-footer .footer-menu-wrapper .footer-logo {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	color: #ffffff;
}

@media (max-width: 992px) {
	.site-footer .footer-menu-wrapper .footer-logo {
		align-items: center;
	}
}

.site-footer .footer-menu-wrapper .footer-logo img {
	max-width: 205px;
	height: auto;
	margin-bottom: 10px;
}

.site-footer .footer-menu-wrapper .newsletter-wrapper .newsletter-form h3,
.site-footer .footer-menu-wrapper .newsletter-wrapper .newsletter-form p {
	color: #ffffff;
	margin-bottom: 10px;
}

.site-footer .footer-menu-wrapper .newsletter-wrapper .newsletter-form form {
	margin-top: 10px;
}

@media (max-width: 768px) {
	.site-footer .footer-menu-wrapper {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.site-footer .footer-menu-wrapper .footer-col {
		width: 100%;
		max-width: 600px;
	}
	.site-footer .footer-menu-wrapper .footer-nav ul li::before {
		display: none;
	}
}

.site-footer .footer-menu-wrapper .footer-menus-col {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.site-footer .footer-menu-wrapper .footer-menus-col .footer-col {
	width: 100%;
}

@media (max-width: 768px) {
	.site-footer .footer-menu-wrapper .footer-menus-col .footer-col {
		min-width: 50% !important;
		max-width: 50% !important;
	}
}

.site-footer .footer-images {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background-color: #F6F6F6;
	padding: 15px;
	gap: 5px;
}

.site-footer .footer-images img {
	width: auto;
	height: 60px;
	margin-right: 0;
	flex: 0 0 auto;
}

@media (max-width: 576px) {
	.site-footer .footer-images {
		flex-direction: row;
		justify-content: center;
	}
	.site-footer .footer-images img {
		flex: 0 0 25%;
	}
}

.site-footer .copyright {
	background-color: #030629;
	color: #ffffff;
	text-align: center;
	font-size: 14px;
	padding: 12px;
}

.site-footer .copyright p {
	margin: 0;
}

.floating-widget {
	position: fixed;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	background: #111;
	color: #ffffff;
	border-radius: 10px;
	padding: 15px 20px;
	display: flex;
	align-items: center;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
	z-index: 1000;
	min-width: 340px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	animation: fadeIn 0.5s ease-in-out;
}

.floating-widget .widget-content {
	display: flex;
	align-items: center;
	gap: 15px;
	position: relative;
}

.floating-widget .widget-left {
	flex-shrink: 0;
}

.floating-widget .widget-left .widget-logo {
	width: 75px;
	height: 50px;
	border-radius: 6px;
	object-fit: cover;
	background: #131637;
}

.floating-widget .widget-right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 6px;
}

.floating-widget .widget-right .widget-row {
	display: flex;
	align-items: center;
}

.floating-widget .widget-right .widget-row.widget-bottom-row {
	justify-content: space-between;
	gap: 10px;
}

.floating-widget .widget-right .widget-label {
	font-size: 10px;
	font-weight: 500;
	color: #ffffff;
	text-transform: uppercase;
}

.floating-widget .widget-right .widget-title {
	font-size: 16px;
	font-weight: 600;
	margin: 0;
	white-space: nowrap;
}

.floating-widget .widget-right .widget-button {
	background-color: #262a7f;
	color: #ffffff;
	padding: 6px 14px;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	white-space: nowrap;
	transition: background 0.3s ease;
}

.floating-widget .widget-right .widget-button:hover {
	background-color: #262a7f;
}

.floating-widget .widget-close {
	padding: 5px;
	position: absolute;
	top: -15px;
	right: -30px;
	background: none;
	border: none;
	color: #ffffff;
	font-size: 22px;
	cursor: pointer;
}

.floating-widget .widget-close:hover {
	color: #be1a1d;
}

.visible {
	opacity: 1 !important;
	visibility: visible !important;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.reviews-sticky-bar {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	background: #ffffff;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	box-shadow: 0 -6px 16px rgba(0, 0, 0, 0.08);
	transform: translateY(100%);
	opacity: 0;
	pointer-events: none;
	transition: transform .25s ease, opacity .25s ease;
}

.reviews-sticky-bar.is-visible {
	transform: translateY(0);
	opacity: 1;
	pointer-events: auto;
}

.reviews-sticky-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 10px 16px;
	display: flex;
	gap: 12px;
	justify-content: center;
	align-items: center;
}

.reviews-sticky-inner .tpm-btn {
	padding: 10px 30px !important;
}

@media (max-width: 576px) {
	.reviews-sticky-inner .tpm-btn {
		padding: 10px !important;
		font-size: 18px !important;
	}
}

.reviews-sticky-logo img {
	width: 119px;
	height: 53px;
	object-fit: cover;
	border-radius: 12px;
}

.reviews-sticky-info {
	display: flex;
	flex-direction: column;
	line-height: 1.2;
	margin: 0 20px;
}

@media (max-width: 576px) {
	.reviews-sticky-info {
		margin: 0 10px;
	}
}

.reviews-sticky-bonus {
	font-weight: 600;
	font-size: 18px;
	text-align: center;
}

@media (max-width: 768px) {
	.reviews-sticky-bonus {
		font-size: 15px;
	}
	.reviews-sticky-logo img {
		width: 112px;
		height: 42px;
	}
	.reviews-sticky-inner {
		padding: 10px 12px;
	}
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
.tpm-btn {
	margin: 10px 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 20px;
	min-width: 9.5rem;
	font-weight: 600;
	font-size: 16px;
	line-height: 1;
	border: 2px solid transparent;
	border-radius: 12px;
	text-decoration: none;
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
	transition: background-color .18s ease, color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .02s ease-in;
}

.tpm-btn:active {
	transform: translateY(1px);
}

.tpm-btn:focus-visible {
	outline: none;
	box-shadow: 0 0 0 3px rgba(47, 47, 162, 0.25);
}

@media (max-width: 768px) {
	.tpm-btn {
		display: flex;
		margin: 0 auto;
		width: fit-content;
		justify-content: center;
	}
}

@media (max-width: 576px) {
	.tpm-btn {
		width: 100%;
	}
}

/* 1) PRIMARY — BLUE SOLID (solid → outline on hover) */
.tpm-btn--primary {
	background: #262a7f;
	color: #ffffff;
	border: 1px solid #262a7f;
	padding: 10px 45px;
	border-radius: 10px;
	font-size: 24px;
	font-weight: 600;
}

@media (max-width: 992px) {
	.tpm-btn--primary {
		padding: 15px 50px;
		font-size: 20px;
	}
}

.tpm-btn--primary:hover, .tpm-btn--primary:focus-visible {
	background: transparent;
	color: #262a7f;
	border-color: #262a7f;
	text-decoration: none;
}

.tpm-btn--primary:visited {
	color: #ffffff;
}

.tpm-btn--primary:visited:hover {
	color: #262a7f;
	background: transparent;
}

/* 2) SECONDARY — inverted of primary:
      default white bg + blue text/border → blue solid on hover */
.tpm-btn--secondary {
	background: transparent;
	color: #262a7f;
	border: 1px solid #262a7f;
	padding: 10px 45px;
	border-radius: 10px;
	font-size: 24px;
	font-weight: 600;
	text-decoration: none;
}

@media (max-width: 992px) {
	.tpm-btn--secondary {
		padding: 15px 50px;
		font-size: 20px;
	}
}

.tpm-btn--secondary:hover, .tpm-btn--secondary:focus-visible {
	background: #262a7f;
	color: #ffffff;
	border-color: #262a7f;
	text-decoration: none;
}

.tpm-btn--secondary:visited {
	color: #262a7f;
}

.tpm-btn--secondary:visited:hover {
	color: #ffffff;
	background: #262a7f;
}

/* 3) ACCENT — RED SOLID (solid → outline on hover) */
.tpm-btn--accent {
	background: #be1a1d;
	color: #ffffff;
	border: 1px solid #be1a1d;
	padding: 10px 45px;
	border-radius: 10px;
	font-size: 24px;
	font-weight: 600;
}

.tpm-btn--accent:hover, .tpm-btn--accent:focus-visible {
	background: transparent;
	color: #be1a1d;
	border-color: #be1a1d;
	text-decoration: none;
}

.tpm-btn--accent:visited {
	color: #ffffff;
}

.tpm-btn--accent:visited:hover {
	color: #be1a1d;
	background: transparent;
}

/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* Fields
--------------------------------------------- */
.hero-wrapper {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	align-items: center;
	min-height: 600px;
	padding-top: 100px;
}

.hero-wrapper__content {
	width: 55%;
	color: #ffffff;
}

@media (max-width: 768px) {
	.hero-wrapper__content {
		width: 100%;
	}
}

.hero-wrapper__content__heading {
	font-size: 55px;
	margin-bottom: 32px;
}

.hero-wrapper__content__repeater {
	display: flex;
	justify-content: space-between;
	padding: 20px 0px;
	border-radius: 15px;
	margin-top: 60px;
}

@media (max-width: 768px) {
	.hero-wrapper__content__repeater {
		margin-top: 10px;
	}
}

.hero-wrapper__content__repeater__col {
	width: 25%;
	padding: 10px;
}

.hero-wrapper__content__repeater__col h1,
.hero-wrapper__content__repeater__col p {
	text-align: center;
}

.hero-wrapper__content__repeater__col p {
	font-size: 11px;
}

.hero-wrapper__content__repeater .menu-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	max-width: 900px;
	margin-left: 0;
	padding: 0;
}

.hero-wrapper__content__repeater .menu-grid .menu-item {
	border: 1px solid #ffffff;
	border-radius: 6px;
	text-align: center;
	padding: 20px 30px;
	color: #ffffff;
	font-weight: bold;
	background-color: transparent;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	width: 114px;
	height: 103px;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

@media (max-width: 768px) {
	.hero-wrapper__content__repeater .menu-grid .menu-item {
		padding: 5px;
		height: 70px;
		width: auto;
		box-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
		transform: translateY(-2px);
	}
}

.hero-wrapper__content__repeater .menu-grid .menu-item img {
	height: 35px;
	margin-bottom: 5px;
}

.hero-wrapper__content__repeater .menu-grid .menu-item span {
	display: block;
	font-size: 15px;
}

@media (max-width: 768px) {
	.hero-wrapper__content__repeater .menu-grid .menu-item span {
		font-size: 11px;
	}
}

.hero-wrapper__content__repeater .menu-grid .menu-item:hover {
	box-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
	transform: translateY(-2px);
}

@media (max-width: 768px) {
	.hero-wrapper__content__repeater .menu-grid {
		grid-template-columns: repeat(4, 1fr);
		margin: 0 auto;
	}
}

.why-trust-wrapper {
	background-color: #131637;
	color: #ffffff;
	padding: 20px 0;
}

.why-trust-wrapper__heading {
	text-align: center;
	font-size: 32px;
	padding-bottom: 10px;
}

.why-trust-wrapper__repeater {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

@media (max-width: 576px) {
	.why-trust-wrapper__repeater {
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
	}
}

.why-trust-wrapper__repeater__col {
	background: #272b85;
	background: linear-gradient(180deg, #272b85 16%, #1e2053 100%);
	border-radius: 15px;
	padding: 15px;
}

.why-trust-wrapper__repeater__col__header {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.why-trust-wrapper__repeater__col__header span {
	font-size: 24px;
	font-weight: 600;
}

.why-trust-wrapper__repeater__col__header img {
	margin-left: 10px;
	width: 50px;
	height: 50px;
}

.why-trust-wrapper ul {
	margin-left: -15px;
}

.tlir-heading {
	color: #030629;
	margin-bottom: 32px;
}

@media (max-width: 768px) {
	.tlir-heading {
		margin-top: 20px;
	}
}

@media (max-width: 768px) {
	.tlir-first-col {
		position: relative;
		z-index: 1;
		padding-bottom: 30px;
	}
	.tlir-first-col::before {
		content: '';
		position: absolute;
		inset: 0;
		background-image: url("https://giscafe.com/wp-content/uploads/2024/11/Group-227.png.webp");
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		opacity: 0.2;
		z-index: -1;
	}
}

.tlir-img {
	height: 100%;
	width: 100%;
}

@media (max-width: 768px) {
	.tlir-img {
		display: none;
	}
}

.tlir-btn {
	border: 1px solid #be1a1d;
	border-radius: 10px;
	color: #be1a1d !important;
	text-decoration: none;
	font-weight: 600;
	padding: 10px 15px;
}

.tlir-btn:hover {
	background-color: #be1a1d;
	color: #ffffff !important;
}

.four-cards-wrapper {
	background-color: #131637;
	color: #ffffff;
	padding: 50px 0;
}

.four-cards-wrapper__heading {
	text-align: center;
	font-size: 32px;
	padding-bottom: 50px;
}

.four-cards-wrapper__repeater {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

@media (max-width: 576px) {
	.four-cards-wrapper__repeater {
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
	}
}

.four-cards-wrapper__repeater__col {
	background: #272b85;
	background: linear-gradient(180deg, #272b85 16%, #1e2053 100%);
	border-radius: 15px;
	padding: 32px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.four-cards-wrapper__repeater__col h3 {
	font-size: 24px;
	text-align: center;
}

.four-cards-wrapper__repeater__col__img {
	background-color: #5357a7;
	border-radius: 10px;
	padding: 7px;
	margin-bottom: 30px;
}

.four-cards-wrapper__repeater__col__img img {
	width: 80px;
	height: 80px;
}

@media (max-width: 768px) {
	.four-cards-wrapper__repeater__col__img img {
		width: 45px;
		height: 45px;
	}
}

.contact-wrapper {
	background-color: #e3e4f3;
	padding: 100px 0;
	color: #ffffff;
}

@media (max-width: 768px) {
	.contact-wrapper {
		padding: 0;
		padding-top: 80px;
	}
}

.contact-wrapper__container {
	background-color: #1b1f4f;
	border-radius: 10px;
	padding: 64px 64px 64px 0 !important;
}

@media (max-width: 768px) {
	.contact-wrapper__container {
		padding: 20px !important;
		border-radius: 0;
	}
}

.contact-wrapper__container__left {
	padding-left: 64px !important;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 65%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

@media (max-width: 768px) {
	.contact-wrapper__container__left {
		padding: 20px !important;
		justify-content: center;
		align-items: center;
	}
}

.contact-wrapper__container__left__heading {
	font-size: 2rem !important;
}

.contact-wrapper__container__left__heading div {
	line-height: 26px;
}

.contact-wrapper__container__left__social-icon {
	padding: 20px;
	border-radius: 50%;
	text-decoration: none;
	width: 64px;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 768px) {
	.contact-wrapper__container__left__social-icon {
		margin: 20px auto;
	}
}

.contact-wrapper__container__left__social-icon img {
	height: 24px;
	width: 24px;
}

.contact-wrapper__container__left .contact-insta {
	background-color: #ed2024;
}

.contact-wrapper__container__right {
	background-color: #f8f8ff;
	padding: 48px !important;
	border-radius: 10px;
}

.contact-wrapper__container__right h1 {
	color: #1b1f4f;
}

.contact-wrapper__container__right input, .contact-wrapper__container__right textarea {
	background-color: #d1d2dc !important;
	border-radius: 10px !important;
}

.contact-wrapper__container__right label {
	display: none !important;
}

.contact-wrapper__container__right button {
	background-color: #be1a1d !important;
	color: #f8f8ff !important;
	border: 1px solid #be1a1d !important;
	border-radius: 10px !important;
	display: flex !important;
	margin-left: auto !important;
}

.contact-wrapper__container__right button:hover {
	background-color: #f8f8ff !important;
	color: #be1a1d !important;
}

.hat-wrapper {
	padding: 110px 0;
	background-color: #060949;
	background-repeat: no-repeat;
	background-position: top;
	background-size: contain;
	color: #ffffff;
	text-align: center;
	padding-top: 180px;
}

.hat-wrapper__text {
	width: 70% !important;
	margin: 0 auto;
}

.hato-wrapper {
	border-radius: 15px;
	padding: 0 20px;
}

@media (max-width: 768px) {
	.hato-wrapper {
		padding: 0;
		margin: 0 20px;
	}
}

.clir-wrapper {
	background-color: #e3e4f3;
	display: flex;
	align-items: center;
	padding: 0;
}

.clir-wrapper__content__heading {
	font-size: 2rem;
	margin: 20px 0;
	color: #030629;
}

.clir-wrapper__content__text {
	color: #030629;
}

.clir-wrapper__content__repeater {
	display: flex;
	justify-content: space-between;
	background-color: #d0d2ed;
	padding: 20px;
	border-radius: 15px;
	margin-top: 60px;
}

.clir-wrapper__content__repeater__col {
	width: 25%;
	padding: 10px;
}

.clir-wrapper__content__repeater__col .number, .clir-wrapper__content__repeater__col p {
	text-align: center;
}

.clir-wrapper__content__repeater__col .number {
	color: #ed2024;
	font-size: 27px;
	display: flex;
	justify-content: center;
	font-weight: 700;
}

@media (max-width: 768px) {
	.clir-wrapper__content__repeater__col .number {
		font-size: 20px;
	}
}

.clir-wrapper__content__repeater__col p {
	font-size: 11px;
	color: #1b1f4f;
}

.our-team-wrapper {
	background-color: #ffffff;
	padding: 40px 0;
}

@media (max-width: 768px) {
	.our-team-wrapper {
		padding: 10px;
	}
}

.our-team-wrapper__heading {
	color: #030629;
	margin-bottom: 30px;
	font-size: 2rem;
	font-weight: 800;
}

.our-team-wrapper__cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.our-team-wrapper__card {
	background-color: #ffffff;
	padding: 24px;
	border-radius: 10px;
	width: calc(50% - 20px);
	margin: 10px;
	position: relative;
	display: flex;
	flex-direction: column;
}

@media (max-width: 1200px) {
	.our-team-wrapper__card {
		width: 100% !important;
	}
}

@media (max-width: 576px) {
	.our-team-wrapper__card {
		padding: 0;
	}
}

.our-team-wrapper__card:nth-last-child(1):nth-child(odd) {
	margin-left: auto;
	margin-right: auto;
}

.our-team-wrapper__card .our-team-card-bg-image {
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: 1;
}

.our-team-wrapper__card__row {
	display: flex;
	justify-content: space-between;
}

@media (max-width: 768px) {
	.our-team-wrapper__card__row {
		flex-direction: column;
	}
}

.our-team-wrapper__card__row__img {
	width: 30%;
}

@media (max-width: 768px) {
	.our-team-wrapper__card__row__img {
		width: 100%;
	}
}

.our-team-wrapper__card__row__img img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	border-radius: 50%;
	border: 7px solid #1b1f4f;
	width: 130px;
	height: 130px;
}

.our-team-wrapper__card__row__text {
	width: 70%;
	text-align: start;
}

@media (max-width: 768px) {
	.our-team-wrapper__card__row__text {
		width: 100%;
	}
}

.our-team-wrapper__card__row__text h3 {
	font-size: 20px;
}

.our-team-wrapper__card__row__text .possition {
	font-size: 1rem;
	font-weight: 700;
	color: #ed2024;
}

.ag-breakout-880 .our-team-wrapper__card {
	width: 100%;
}

.casino-section-wrapper {
	max-width: 1040px !important;
	margin: 0 auto;
}

.casino-section-wrapper .casino-card {
	display: flex;
	flex-direction: column;
	border: 1px solid #ddd;
	border-radius: 0.25rem;
	overflow: hidden;
}

@media (max-width: 768px) {
	.casino-section-wrapper .casino-card {
		flex-direction: row;
	}
}

.casino-section-wrapper .casino-card .casino-card-body {
	background-color: #f8f8ff;
	border-radius: 10px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 18px;
	text-decoration: none;
}

@media (max-width: 768px) {
	.casino-section-wrapper .casino-card .casino-card-body {
		flex-direction: column;
	}
}

@media (max-width: 576px) {
	.casino-section-wrapper .casino-card .casino-card-body {
		width: 100%;
	}
}

.casino-section-wrapper .casino-card .casino-card-body a {
	text-decoration: none;
	color: #030629;
}

.casino-section-wrapper .casino-card .casino-card-body .play-now-btn {
	padding: 12px 35px;
	color: #ffffff;
}

@media (max-width: 576px) {
	.casino-section-wrapper .casino-card .casino-card-body .play-now-btn {
		padding: 10px 25px;
	}
}

.casino-section-wrapper .casino-card .casino-card-body .play-now-btn:hover {
	color: #262a7f;
	background-color: #ffffff;
}

.casino-section-wrapper .casino-card .casino-card-body .casino-card-info {
	display: flex;
	flex-direction: column;
}

.casino-section-wrapper .casino-card .casino-card-body .casino-card-info__title {
	font-size: 16px;
	margin-bottom: 0px;
	color: #030629;
	text-transform: capitalize;
}

@media (max-width: 576px) {
	.casino-section-wrapper .casino-card .casino-card-body .casino-card-info__title {
		text-align: center;
	}
}

.casino-section-wrapper .casino-card .casino-card-body .casino-card-info__bonus {
	color: #030629;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}

@media (max-width: 576px) {
	.casino-section-wrapper .casino-card .casino-card-body .casino-card-info__bonus {
		text-align: center;
		font-size: 16px;
		margin-bottom: 0;
		margin-top: 10px;
	}
}

@media (max-width: 576px) {
	.casino-section-wrapper .casino-card .casino-card-body .casino-card-info__list {
		display: flex;
		justify-content: center !important;
		align-items: center !important;
		margin: 0 auto !important;
		margin: 20px 0 !important;
	}
}

@media (max-width: 576px) {
	.casino-section-wrapper .casino-card .casino-card-body .casino-card-info .rating-wrapper {
		display: flex;
		justify-content: center !important;
		align-items: center !important;
		margin: 0 auto !important;
	}
}

.casino-section-wrapper .casino-card .casino-card-body .casino-card-info .rating-wrapper img {
	width: 25px;
	height: 25px;
}

.casino-section-wrapper .casino-card .casino-card-body .casino-card-info__rating {
	font-weight: bold;
	font-size: 17px;
	margin: 0 0 0 13px;
}

.casino-section-wrapper .casino-card .casino-card-body .casino-card-info__rating__star-img {
	width: 22px;
}

.casino-section-wrapper .casino-card .casino-card-body .casino-card-info .casino-card-info__list {
	display: flex;
	flex-direction: column;
}

.casino-section-wrapper .casino-card .casino-card-body .casino-card-info .casino-card-info__list p {
	margin-bottom: 0;
	line-height: 20px;
}

.casino-section-wrapper .casino-card .casino-card-body .casino-card-info .casino-card-info__list img {
	width: 21px;
	height: 21px;
}

.casino-section-wrapper .casino-card .casino-card-body .casino-card-buttons {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: end;
}

@media (max-width: 576px) {
	.casino-section-wrapper .casino-card .casino-card-body .casino-card-buttons {
		display: flex;
		justify-content: center !important;
		align-items: center !important;
		margin: 0 auto !important;
	}
}

.casino-section-wrapper .casino-card .casino-card-body .casino-card-buttons .review-btn {
	text-decoration: none;
	color: #ed2024;
}

.casino-section-wrapper .casino-card .casino-card-img-wrapper {
	flex: 0 0 auto;
}

@media (max-width: 576px) {
	.casino-section-wrapper .casino-card .casino-card-img-wrapper {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		margin-bottom: 15px;
	}
}

.casino-section-wrapper .casino-card .casino-card-img-wrapper img {
	max-width: 220px;
	border-radius: 18px;
}

@media (max-width: 576px) {
	.casino-section-wrapper .casino-card .casino-card-img-wrapper img {
		max-width: 160px;
	}
}

.casino-section-wrapper .casino-card .casino-card-img-top {
	max-width: 290px;
	width: 100%;
	object-fit: cover;
}

@media (max-width: 768px) {
	.casino-section-wrapper .casino-card .casino-card-img-top {
		max-width: 100%;
	}
}

.play-now-btn {
	text-decoration: none;
	text-align: center;
	background-color: #262a7f;
	color: #ffffff;
	padding: 12px 65px;
	border-radius: 10px;
	font-weight: 600;
	font-size: 24px;
	border: 1px solid #262a7f;
}

@media (max-width: 576px) {
	.play-now-btn {
		font-size: 20px;
	}
}

.play-now-btn:hover {
	text-decoration: none;
	color: #262a7f;
	background-color: #e3e4f3;
}

.play-at {
	text-decoration: none;
	background-color: #359955;
	color: #ffffff !important;
	font-size: 24px;
	font-weight: 600;
	padding: 20px 0;
	margin: 50px auto;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	max-width: 450px;
}

.single-page-wrapper .casino-card-buttons .play-now-btn {
	font-size: 20px !important;
}

.site-popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.75);
	z-index: 9999;
	display: none;
	justify-content: center;
	align-items: center;
}

.site-popup-content {
	background: #030629;
	color: #ffffff;
	padding: 20px;
	text-align: center;
	position: relative;
	border-radius: 15px;
	border: 1px solid #94d26e;
}

@media (max-width: 768px) {
	.site-popup-content {
		padding: 0px;
		max-width: 90%;
		border-radius: 0px;
		max-height: 95vh;
		overflow: scroll;
	}
}

.site-popup-content .newsletter-form {
	background-color: #030629;
	border-radius: 10px;
	text-align: center;
}

.site-popup-content .newsletter-form hr {
	height: 3px;
	background-color: #94d26e;
	margin-top: 35px;
	opacity: 1;
}

@media (max-width: 768px) {
	.site-popup-content .newsletter-form hr {
		margin: 0;
		margin-top: 20px;
	}
}

@media (max-width: 768px) {
	.site-popup-content .newsletter-form {
		padding: 30px;
		margin: 0 auto;
		left: 10%;
		bottom: -20%;
	}
}

.site-popup-content .newsletter-form__casino {
	display: flex;
	justify-content: space-between;
	padding: 30px 30px 0 30px;
}

@media (max-width: 768px) {
	.site-popup-content .newsletter-form__casino {
		flex-direction: column;
		padding: 10px 10px 0 10px;
	}
}

.site-popup-content .newsletter-form__casino a {
	width: 200px;
	height: 114px;
	margin: 0 auto;
}

.site-popup-content .newsletter-form__casino__left {
	text-align: center;
	margin-right: 0px;
	margin-left: 30px;
}

@media (max-width: 768px) {
	.site-popup-content .newsletter-form__casino__left {
		margin-right: 0px;
		text-align: center;
		margin-left: 0;
	}
}

.site-popup-content .newsletter-form__casino__left .popup-casino-heading {
	color: #ffffff;
	margin-bottom: 30px;
	font-size: 1.65rem;
}

@media (max-width: 768px) {
	.site-popup-content .newsletter-form__casino__left .popup-casino-heading {
		margin-bottom: 10px;
	}
}

.site-popup-content .newsletter-form__casino__left .popup-casino-subheading {
	color: #ffffff;
	margin-bottom: 30px !important;
	font-size: 1.65rem;
}

@media (max-width: 768px) {
	.site-popup-content .newsletter-form__casino__left .popup-casino-subheading {
		margin-bottom: 10px !important;
	}
}

.site-popup-content .newsletter-form__casino__left .welcome-bonus-package {
	font-size: 18px;
	margin-bottom: 0 !important;
}

.site-popup-content .newsletter-form__casino__left .btn-logo a {
	padding: 10px 30px;
}

@media (max-width: 768px) {
	.site-popup-content .newsletter-form__casino__left .btn-logo a {
		height: auto;
		padding: 5px;
		width: 50%;
	}
}

.site-popup-content .newsletter-form__casino__left .btn-logo img {
	width: 150px;
	margin-left: 20px;
	margin-bottom: 8px;
}

@media (max-width: 768px) {
	.site-popup-content .newsletter-form__casino__left .btn-logo img {
		width: 100px;
		margin-left: 0px;
		margin-bottom: 8px;
		margin-top: 15px;
	}
}

.site-popup-content .newsletter-form__casino__logo {
	border-radius: 15px;
	margin-bottom: 30px;
	max-width: 200px;
}

@media (max-width: 768px) {
	.site-popup-content .newsletter-form__casino__logo {
		margin-bottom: 10px;
		max-width: 200px;
	}
}

.site-popup-content .newsletter-form__form {
	position: relative;
	text-align: center;
	padding: 5px 20px;
	border-radius: 15px;
	margin-top: 10px;
}

@media (max-width: 768px) {
	.site-popup-content .newsletter-form__form {
		flex-direction: column;
		text-align: center;
	}
}

.site-popup-content .newsletter-form__form .popup-ag-logo {
	position: absolute;
	width: 150px;
	right: 0;
	bottom: 50px;
}

@media (max-width: 768px) {
	.site-popup-content .newsletter-form__form .popup-ag-logo {
		display: none;
	}
}

.site-popup-content .newsletter-form__form .popup-ag-logo-mobile {
	width: 150px;
	margin: 5px auto;
}

.site-popup-content .newsletter-form__form .special-offer {
	font-size: 1.65rem;
}

@media (max-width: 768px) {
	.site-popup-content .newsletter-form__form p {
		font-size: 14px;
		margin-bottom: -10px;
	}
}

.site-popup-content .newsletter-form__form form {
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 0 !important;
	margin-bottom: 0px !important;
}

@media (max-width: 768px) {
	.site-popup-content .newsletter-form__form form {
		flex-direction: column;
		margin-bottom: -20px !important;
	}
}

.site-popup-content .newsletter-form__form form .forminator-row {
	width: 100% !important;
	margin-bottom: 10px !important;
}

.site-popup-content .newsletter-form__form form .forminator-checkbox__wrapper {
	justify-content: center;
	align-items: center !important;
}

.site-popup-content .newsletter-form__form form p {
	color: #ffffff !important;
	margin: 5px auto !important;
}

.site-popup-content .newsletter-form__form form .forminator-response-message {
	display: none !important;
}

.site-popup-content .newsletter-form__form form input {
	border-radius: 10px !important;
}

.site-popup-content .newsletter-form__form form button {
	margin-left: 0px !important;
	background-color: #be1a1d !important;
	border-radius: 10px !important;
	background-color: #94d26e !important;
	color: #ffffff !important;
	font-weight: bold !important;
	font-size: 21px !important;
	padding: 10px 30px !important;
	text-decoration: none !important;
	border-radius: 15px !important;
	border: 1px solid #94d26e !important;
}

.site-popup-content .newsletter-form__form form button:hover {
	background-color: transparent !important;
	color: #94d26e !important;
}

@media (max-width: 768px) {
	.site-popup-content .newsletter-form__form form button {
		display: flex !important;
		margin: 0 auto !important;
		width: 150px !important;
		justify-content: center !important;
		padding: 10px 30px !important;
	}
}

.popup-close {
	position: absolute;
	color: #ffffff;
	font-weight: 800;
	top: 0px;
	right: 15px;
	font-size: 30px;
	cursor: pointer;
}

/* Hide both by default */
.casino-for-usa,
.casino-for-all {
	display: none !important;
}

/* Show USA-only block if user is in the US */
body.country-us .casino-for-usa {
	display: flex !important;
}

/* Show global block if user is NOT in the US */
body:not(.country-us) .casino-for-all {
	display: flex !important;
}

.posts-wrapper {
	padding: 30px 0 100px 0;
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 992px) {
	.posts-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 576px) {
	.posts-wrapper {
		grid-template-columns: 1fr;
	}
}

.posts-wrapper .post-card {
	background-color: #d0d2ed;
	border-radius: 10px;
	padding: 30px;
	background-image: url(assets/images/blog-card.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.posts-wrapper .post-card__type-name {
	color: #be1a1d;
	font-size: 14px;
}

.posts-wrapper .post-card__title a {
	color: #030629;
	font-size: 20px;
	text-decoration: none;
	font-weight: 800;
}

.posts-wrapper .post-card__excerpt {
	margin-bottom: 20px;
}

.posts-wrapper .post-card__button {
	border: 1px solid #be1a1d;
	border-radius: 10px;
	color: #be1a1d !important;
	text-decoration: none;
	font-weight: 600;
	padding: 10px 15px;
}

.posts-wrapper .post-card__button:hover {
	background-color: #be1a1d;
	color: #ffffff !important;
}

tbody:not(.tablepress tbody),
td:not(.tablepress td),
tfoot:not(.tablepress tfoot),
th:not(.tablepress th),
thead:not(.tablepress thead),
tr:not(.tablepress tr) {
	border: 1px solid #030629 !important;
	padding: 9px;
}

.accordion-body {
	color: #030629 !important;
}

.accordion-item {
	margin-bottom: 15px;
}

.accordion-button:not(.collapsed) {
	color: #030629;
}

.accordion-button:focus {
	border-color: transparent !important;
	box-shadow: none !important;
}

.accordion-button {
	background-color: #f8f8f8 !important;
	font-size: 1.3rem !important;
}

@media (max-width: 768px) {
	.accordion-button {
		font-size: 1.2rem !important;
	}
}

.pros-and-cons__row {
	margin-bottom: 40px !important;
}

@media (max-width: 768px) {
	.pros-and-cons__row {
		margin-bottom: 10px !important;
		flex-direction: column !important;
	}
}

.pros-and-cons__column {
	flex: 1;
	background-color: #F6F6F6;
	border-radius: 15px;
	padding: 0 !important;
	background-repeat: no-repeat;
	background-position: bottom right;
}

@media (max-width: 768px) {
	.pros-and-cons__column {
		background-image: none;
	}
}

.pros-and-cons__column .column-heading {
	font-size: 1.65rem;
	font-weight: 500;
}

.pros-column {
	margin-right: 10px;
}

@media (max-width: 768px) {
	.pros-column {
		margin: 0px;
	}
}

.pros-and-cons-text p {
	margin: 0;
}

.cons-column {
	margin-left: 10px;
}

@media (max-width: 768px) {
	.cons-column {
		margin: 20px 0 !important;
	}
}

.pros-header, .cons-header {
	padding: 5px 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.pros-header {
	background-color: #a8c2ca;
}

.cons-header {
	background-color: #caa8a8;
}

.single-brand-cta {
	border: 1px solid #262a7f;
	border-radius: 10px;
	padding: 10px;
}

.single-brand-cta a {
	text-transform: uppercase;
}

.single-brand-cta img {
	border-radius: 10px;
}

.single-content-editor {
	border-radius: 15px;
}

.hts-wrapper__heading {
	color: #030629;
}

.hts-wrapper__intro {
	margin-bottom: 50px;
}

.hts-wrapper__repeater {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 32px;
}

.hts-wrapper__repeater .blue-line-0 {
	top: 50%;
}

.hts-wrapper__repeater:last-child .blue-line {
	bottom: 50% !important;
}

.hts-wrapper__repeater .blue-radius {
	width: 68px;
	height: 68px;
	border-radius: 50%;
	background: #359955;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.hts-wrapper__repeater .blue-radius .blue-line {
	width: 4px;
	position: absolute;
	height: 190px;
	background: #359955;
}

@media (max-width: 768px) {
	.hts-wrapper__repeater .blue-radius .blue-line {
		height: 330px;
	}
}

.hts-wrapper__repeater .blue-radius .hts-wrapper__repeater__number {
	position: relative;
	z-index: 2;
	margin: 0;
	width: 62px;
	height: 62px;
	background: #359955;
	border-radius: 50%;
	border: 3px solid #e3e4f3;
}

.hts-wrapper__repeater .blue-radius .hts-wrapper__repeater__number span {
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10px 0 0 0 !important;
	padding: 0;
	margin-top: 10px;
	font-weight: 600;
	font-size: 2rem;
}

@media (max-width: 768px) {
	.hts-wrapper__repeater .blue-radius .hts-wrapper__repeater__number span {
		margin-top: 15px;
	}
}

.hts-wrapper__repeater__text {
	background-color: #c6d4c0;
	display: flex;
	flex-direction: column;
	border-radius: 10px;
	padding: 10px;
	width: 90%;
}

@media (max-width: 768px) {
	.hts-wrapper__repeater__text {
		width: 78%;
	}
}

.hts-wrapper__repeater__text__heading {
	color: #359955;
	font-size: 18px;
	font-weight: 600;
}

.hts-wrapper__repeater__text__text {
	margin: 0px;
}

.hts-wrapper__repeater__text__text p {
	margin: 0;
}

.review-header-wrapper {
	background-color: #c6c7d3;
	border-radius: 15px;
	padding-bottom: 40px;
	position: relative;
}

@media (max-width: 768px) {
	.review-header-wrapper {
		border-radius: 15px;
	}
}

.review-header-wrapper .casino-card-review {
	border-radius: 15px;
}

.review-header-wrapper .casino-card-review .casino-name {
	font-size: 1.65rem;
	font-weight: 600;
	margin-bottom: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.review-header-wrapper .casino-card-review .casino-logo {
	max-width: 190px;
	border-radius: 15px;
	height: auto;
	border: 1px solid #030629;
	padding: 5px;
}

.review-header-wrapper .casino-card-review .trust-games-players {
	display: flex;
	width: 100%;
	justify-content: center;
}

.review-header-wrapper .casino-card-review .trust-games-players__column {
	width: 33%;
}

.review-header-wrapper .casino-card-review .trust-games-players .trust-image-wrapper {
	width: auto;
}

.review-header-wrapper .casino-card-review .trust-games-players .trust-image-wrapper p {
	font-size: 15px;
	font-weight: 600;
}

.review-header-wrapper .casino-card-review .trust-games-players .trust-image-wrapper div {
	font-size: 13px;
}

.review-header-wrapper .casino-card-review .trust-games-players .trust-image-wrapper .fa-circle-check, .review-header-wrapper .casino-card-review .trust-games-players .trust-image-wrapper .fa-dice {
	font-size: 20px;
}

.review-header-wrapper .casino-card-review .casino-rating {
	margin-top: 0.5rem;
}

.review-header-wrapper .casino-card-review .casino-rating .star-img {
	width: 35px;
	height: 35px;
	display: inline-block;
}

.review-header-wrapper .casino-card-review .casino-rating .star-img.gray {
	filter: invert(0.7);
}

.review-header-wrapper .casino-card-review .casino-rating .star-img.half-star {
	position: relative;
	width: 35px;
	height: 35px;
}

.review-header-wrapper .casino-card-review .casino-rating .star-img.half-star .base,
.review-header-wrapper .casino-card-review .casino-rating .star-img.half-star .gray {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}

.review-header-wrapper .casino-card-review .casino-rating .star-img.half-star .gray {
	filter: invert(0.7);
	z-index: 2;
}

.review-header-wrapper .casino-card-review .casino-rating .star-img.half-star .base {
	z-index: 1;
}

.review-header-wrapper .casino-card-review .welcome-package {
	font-size: 1.25rem;
	border-radius: 20px;
	padding: 0px;
}

.review-header-wrapper .casino-card-review .welcome-package p {
	font-size: 18px;
	font-weight: 600;
	background: #e3e4f3;
	padding: 10px;
	border-radius: 15px;
	margin-bottom: 0px;
}

@media (max-width: 768px) {
	.review-header-wrapper .casino-card-review .welcome-package p {
		margin-bottom: 0;
	}
}

.review-header-wrapper .casino-card-review .trust-image-wrapper {
	width: 80px;
}

.review-header-wrapper .casino-card-review .australian-flag-img {
	width: 50px;
	border-radius: 5px;
}

.review-header-wrapper .casino-card-review .fa-circle-check, .review-header-wrapper .casino-card-review .fa-dice {
	font-size: 40px;
}

@media (max-width: 768px) {
	.review-header-wrapper .casino-card-review .welcome-package {
		font-size: 1.1rem;
	}
}

.table-of-content-wrapper {
	background-color: #f8f8ff;
	padding: 20px;
	border-radius: 15px;
}

@media (max-width: 768px) {
	.table-of-content-wrapper {
		border-radius: 15px;
	}
}

.table-of-content-wrapper .toc-heading {
	font-size: 1.25rem;
	font-weight: 600;
	cursor: pointer;
}

.table-of-content-wrapper .toc-heading .toggle-icon {
	font-size: 1.2rem;
	transition: transform 0.3s ease;
}

.table-of-content-wrapper .toc-heading.active .toggle-icon {
	transform: rotate(180deg);
}

.table-of-content-wrapper .toc-list {
	list-style: none;
	padding-left: 0;
	margin-top: 15px;
}

.table-of-content-wrapper .toc-list li {
	margin-bottom: 12px;
	position: relative;
	padding-left: 20px;
}

.table-of-content-wrapper .toc-list li.toc-level-1 {
	margin-left: 0;
}

.table-of-content-wrapper .toc-list li.toc-level-2 {
	margin-left: 15px;
}

.table-of-content-wrapper .toc-list li.toc-level-3 {
	margin-left: 30px;
}

.table-of-content-wrapper .toc-list li.toc-level-4 {
	margin-left: 45px;
}

.table-of-content-wrapper .toc-list li.toc-level-5 {
	margin-left: 60px;
}

.table-of-content-wrapper .toc-list li.toc-level-6 {
	margin-left: 75px;
}

.table-of-content-wrapper .toc-list li::before {
	content: "–";
	position: absolute;
	left: 0;
	color: #555;
	font-weight: bold;
}

.table-of-content-wrapper .toc-list li a {
	text-decoration: none;
	color: #1a1a1a;
	font-size: 1rem;
	transition: color 0.2s ease;
}

.table-of-content-wrapper .toc-list li a:hover {
	color: #007bff;
}

@media (max-width: 768px) {
	.table-of-content-wrapper .toc-list {
		margin-top: 10px;
	}
}

.review-header-main-wrapper .col-md-3 {
	width: 23% !important;
	margin-left: 2% !important;
}

@media (max-width: 768px) {
	.review-header-main-wrapper .col-md-3 {
		width: 100% !important;
		margin-left: 0% !important;
	}
}

.info-icon-wrapper {
	position: absolute;
	display: inline-block;
	bottom: 10px;
	right: 10px;
}

.info-icon {
	cursor: pointer;
}

/* Tooltip box */
.tooltip-text {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	bottom: 125%;
	left: 50%;
	transform: translateX(-50%);
	background-color: #333;
	color: #fff;
	padding: 10px 12px;
	border-radius: 6px;
	white-space: normal;
	width: 250px;
	z-index: 1000;
	transition: opacity 0.3s ease;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
	.tooltip-text {
		left: -120px;
	}
}

/* Show tooltip when hovering over either icon or tooltip box */
.info-icon-wrapper:hover .tooltip-text {
	visibility: visible;
	opacity: 1;
}

/* Optional: Tooltip arrow */
.tooltip-text::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -6px;
	border-width: 6px;
	border-style: solid;
	border-color: #333 transparent transparent transparent;
}

/* Link styling inside tooltip */
.tooltip-text a {
	color: #4eb6ff;
	text-decoration: underline;
}

.coming-soon-section .col {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-color: #262a7f;
	color: #ffffff;
	border-radius: 15px;
	padding-bottom: 20px;
}

.review-info-section .info-box {
	background-color: #f8f8ff;
	border-radius: 15px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	transition: transform 0.2s ease;
	padding: 5px;
}

.review-info-section .info-box .info-title {
	font-size: 0.9rem;
	font-weight: 600;
	color: #555;
	margin-bottom: 0px !important;
}

@media (max-width: 576px) {
	.review-info-section .info-box .info-title {
		font-size: 12px;
	}
}

.review-info-section .info-box .info-value {
	font-size: 1.1rem;
	font-weight: 500;
	color: #111;
}

@media (max-width: 576px) {
	.review-info-section .info-box .info-value {
		font-size: 14px;
	}
}

.accepted-methods-section__heading {
	width: auto !important;
	margin-bottom: 0 !important;
	padding-bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-weight: 600;
}

@media (max-width: 576px) {
	.accepted-methods-section__heading {
		width: 100% !important;
		margin-bottom: 10px;
	}
}

.accepted-methods-section .method-logo-box {
	width: auto;
	padding: 0 5px;
	margin-top: 5px;
}

.accepted-methods-section .method-logo-box img {
	border-radius: 50%;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
	height: 34px !important;
	width: 34px !important;
	width: auto;
	object-fit: contain;
}

@media (max-width: 576px) {
	.accepted-methods-section .method-logo-box img {
		height: 25px !important;
		width: 25px !important;
	}
}

.hti-section {
	border-radius: 15px;
}

.hti-section .hti-heading {
	font-weight: 700;
}

.hti-section .hti-text {
	font-size: 1rem;
	line-height: 1.6;
}

.hti-section .hti-image img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 12px;
}

.review-header-block {
	position: relative;
	padding: 0;
	border-radius: 15px;
	background-color: #f8f8ff;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 768px) {
	.review-header-block {
		padding: 0;
		margin-left: 10px;
		margin-right: 10px;
	}
}

.review-header-block .casino-image {
	padding: 15px 0;
	border-radius: 15px;
	max-width: 250px;
	margin: 0 auto;
}

.review-header-block .casino-image img {
	width: 160px;
	height: 97px;
	border-radius: 15px;
}

.review-header-block .blue-button a {
	padding: 9px 52px !important;
	font-size: 16px !important;
}

.review-header-block .welcome-package p {
	font-size: 1.5rem;
	font-weight: 600;
	text-align: center;
}

.review-header-block .rating {
	margin-top: 0.5rem;
}

@media (max-width: 768px) {
	.review-header-block .rating {
		padding-bottom: 10px;
	}
}

.review-header-block .rating .star-img {
	width: 23px;
	height: 23px;
	display: inline-block;
}

.review-header-block .rating .star-img.gray {
	filter: invert(0.8);
}

.review-header-block .rating .star-img.half-star {
	position: relative;
	width: 23px;
	height: 23px;
}

.review-header-block .rating .star-img.half-star .base,
.review-header-block .rating .star-img.half-star .gray {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}

.review-header-block .rating .star-img.half-star .gray {
	filter: invert(0.8);
	z-index: 2;
}

.review-header-block .rating .star-img.half-star .base {
	z-index: 1;
}

@media (max-width: 767.98px) {
	.review-header-block .casino-image {
		padding-bottom: 0;
	}
	.review-header-block .casino-image img {
		margin-bottom: 0;
	}
	.review-header-block .welcome-package {
		margin-bottom: 1rem;
	}
	.review-header-block .bonus-button .btn {
		width: 100%;
	}
	.review-header-block .rating {
		justify-content: center;
	}
}

.welcome-package-casino-name a {
	color: #000000;
	font-size: 16px;
	font-weight: 800;
	text-align: center;
	display: flex;
	justify-content: center;
	text-decoration: none;
	border-bottom: 3px solid #262a7f;
	width: fit-content;
	line-height: 21px;
	margin: 0 auto 15px auto;
}

.cta-block-wrapper .welcome-package {
	margin-top: -18px;
}

.cta-block-wrapper .welcome-package__bonus-name {
	font-size: 1rem;
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}

.cta-block-wrapper .welcome-package__bonus {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.25rem;
	font-weight: 700;
	text-align: center;
}

.cta-block-wrapper .welcome-package__val {
	color: #262a7f;
	font-size: 1.65rem;
	font-weight: 600;
	text-align: center;
}

.cta-block-wrapper .review-button {
	text-align: center;
	margin-bottom: 30px;
}

.cta-block-wrapper .review-button a {
	margin-bottom: 20px;
	text-decoration: none;
	text-align: center;
	background-color: transparent;
	color: #262a7f;
	padding: 10px 43px;
	border-radius: 10px;
	font-weight: 600;
	font-size: 24px;
	border: 1px solid #262a7f;
}

@media (max-width: 992px) {
	.cta-block-wrapper .review-button a {
		padding: 15px 41px;
		font-size: 20px;
	}
}

.cta-block-wrapper .review-button a:hover {
	text-decoration: none;
	color: #262a7f;
	background-color: transparent;
}

.taic-wrapper .taic-card {
	background: #f8f8ff;
	border-radius: 16px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.taic-wrapper .taic-card:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}

.taic-wrapper .taic-card .taic-image img {
	width: 100%;
	height: auto;
}

.taic-wrapper .taic-card a {
	padding: 8px 45px;
	font-size: 17px;
}

.taic-wrapper .even-card {
	padding-right: 0;
	padding-left: 10px;
}

@media (max-width: 768px) {
	.taic-wrapper .even-card {
		padding-left: 0px;
	}
}

.taic-wrapper .odd-card {
	padding-left: 0;
	padding-right: 10px;
}

@media (max-width: 768px) {
	.taic-wrapper .odd-card {
		padding-right: 0px;
	}
}

.evaluation-section .evaluation-heading {
	margin-bottom: 1rem;
}

.evaluation-section .rating-bars {
	display: flex;
	justify-content: center;
	gap: 8px;
}

.evaluation-section .rating-bars .rating-bar {
	width: 10%;
	height: 20px;
	border-radius: 15px;
	background-color: #ccc;
	position: relative;
	overflow: hidden;
}

.evaluation-section .rating-bars .rating-bar .fill {
	background-color: #262a7f;
	height: 100%;
	border-radius: 15px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	transition: width 0.3s ease;
}

.evaluation-section .pros-cons-wrapper {
	display: flex;
	justify-content: space-around;
}

@media (max-width: 768px) {
	.evaluation-section .pros-cons-wrapper {
		flex-direction: column;
	}
}

.evaluation-section .pros-cons-wrapper p {
	margin-bottom: 5px;
}

.evaluation-section .pros-cons-wrapper img {
	width: 20px;
	height: 20px;
}

.evaluation-section .pros-cons-wrapper .cons-list {
	position: relative;
}

.evaluation-section .pros-cons-wrapper .cons-list .bg-image {
	width: auto;
	height: auto;
	position: absolute;
	bottom: 0;
	right: 0;
}

.evaluation-section .evaluation-text .preview-text {
	transition: max-height 0.3s ease;
}

.evaluation-section .evaluation-text.expanded .preview-text {
	max-height: none;
}

.evaluation-section .evaluation-text .toggle-text-btn {
	font-weight: 600;
	color: #be1a1d;
	cursor: pointer;
}

.evaluation-section .evaluation-text .read-more-toggle {
	color: #be1a1d;
	cursor: pointer;
}

.toplist-review {
	padding: 0 20px;
}

.toplist-review h2 {
	margin-bottom: 1rem;
}

.toplist-review p {
	margin: 0 auto 0.75rem auto;
}

.toplist-review .review-item {
	margin-bottom: 2rem;
	border-top: 1px solid #ccc;
	padding-top: 2rem;
}

.toplist-review .review-item .welcome-package p {
	margin-bottom: 0;
	text-align: center;
}

.toplist-review .review-item .pros-cons {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	margin-bottom: 1.5rem;
}

.toplist-review .review-item .pros-cons .pros, .toplist-review .review-item .pros-cons .cons {
	flex: 1;
	min-width: 220px;
}

.toplist-review .review-item .pros-cons .pros h4, .toplist-review .review-item .pros-cons .cons h4 {
	margin-bottom: 0.5rem;
	font-weight: bold;
}

.toplist-review .review-item .pros-cons .pros ul, .toplist-review .review-item .pros-cons .cons ul {
	list-style: disc;
	padding-left: 1.5rem;
	margin: 0;
}

.toplist-review .review-item .text-image {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1.5rem;
	width: 100%;
}

@media (max-width: 768px) {
	.toplist-review .review-item .text-image img {
		margin-bottom: 20px;
	}
}

.toplist-review .review-item .text-image img {
	max-width: 100%;
	height: auto;
}

.toplist-review .review-item .casino-image {
	padding: 10px 0;
}

.toplist-review .review-item .casino-image img {
	width: 160px;
	height: 90px;
	object-fit: cover;
}

@media (max-width: 768px) {
	.toplist-review .review-item .casino-image img {
		margin-bottom: 0px !important;
	}
}

.toplist-review .review-item .rating {
	margin-top: 0px !important;
	margin-bottom: 10px;
}

@media (max-width: 768px) {
	.toplist-review .review-item .rating {
		margin-top: 10px !important;
	}
}

.toplist-review .review-item .rating img {
	width: 20px !important;
	height: 20px !important;
}

@media (max-width: 768px) {
	.toplist-review .review-item .review-button {
		margin-bottom: 20px !important;
	}
}

.toplist-review .review-item .review-button a {
	font-size: 17px !important;
}

@media (max-width: 768px) {
	.toplist-review .review-item .review-button a {
		padding: 5px 15px !important;
	}
}

@media (max-width: 768px) {
	.toplist-review .review-item .blue-button {
		margin-bottom: 20px !important;
	}
}

.toplist-review .review-item .blue-button a {
	font-size: 17px !important;
}

@media (max-width: 768px) {
	.toplist-review .review-item .blue-button a {
		padding: 5px 20px !important;
	}
}

.toplist-review .review-item .review-header-block {
	padding: 0px;
}

.toplist-review .review-item .cta {
	margin-top: 0;
}

.cta-number {
	position: absolute;
	top: 0;
	left: 0;
	background: #359955;
	width: fit-content;
	border-bottom-right-radius: 10px;
	color: #ffffff;
	margin: 0;
	padding: 2px 10px;
	font-size: 13px;
}

@media (max-width: 768px) {
	.cta-number {
		padding: 2px 15px;
		font-size: 20px;
	}
}

.accordion-item {
	border-radius: 15px !important;
	background-color: #f8f8ff !important;
}

.accordion-item .accordion-header {
	font-size: 1.65rem;
}

.accordion-button {
	border-top-left-radius: 15px !important;
	border-top-right-radius: 15px !important;
	background-color: #F6F6F6 !important;
}

#disclaimerHeading .accordion-button {
	background-color: #be1a1d !important;
	color: #ffffff !important;
}

#disclaimerHeading .accordion-button::after {
	filter: invert(1) !important;
}

#disclaimerHeading .collapsed {
	border-radius: 15px !important;
}

.accordion-button.white-arrow::after {
	filter: brightness(0) invert(1) !important;
}

.tablepress {
	border-collapse: separate !important;
	border-spacing: 0 !important;
	overflow: hidden !important;
	--head-active-bg-color: $green !important;
	border-radius: 12px !important;
	/* Header colors */
	/* Zebra rows – colors only */
	/* Subtle row hover tint */
	/* keep your responsive tweaks */
}

.tablepress th {
	padding: 12px !important;
}

.tablepress thead th {
	background-color: #359955 !important;
	/* was $accordionBlue */
	color: #ffffff !important;
	/* TablePress puts links in TH */
}

.tablepress thead th a {
	color: #ffffff !important;
}

.tablepress thead th:hover {
	background-color: #359955 !important;
	/* keep solid brand on hover */
	color: #ffffff !important;
}

.tablepress thead th.sorting, .tablepress thead th.sorting_asc, .tablepress thead th.sorting_desc {
	background-color: #359955 !important;
	/* active sort stays brand */
	color: #ffffff !important;
}

.tablepress tbody tr.odd > td,
.tablepress tbody tr:nth-child(odd) > td {
	background-color: rgba(251, 251, 251, 0.32) !important;
	/* #fbfbfb52 */
}

.tablepress tbody tr.even > td,
.tablepress tbody tr:nth-child(even) > td {
	background-color: transparent !important;
}

.tablepress tbody tr:hover > td {
	background-color: rgba(53, 153, 85, 0.06) !important;
}

@media (max-width: 768px) {
	.tablepress tbody, .tablepress td, .tablepress tfoot, .tablepress th, .tablepress thead, .tablepress tr {
		font-size: 12px !important;
	}
}

@media (max-width: 400px) {
	.tablepress tbody, .tablepress td, .tablepress tfoot, .tablepress th, .tablepress thead, .tablepress tr {
		font-size: 11px !important;
		padding: 5px !important;
	}
}

.full-detail-ctas {
	position: relative;
	padding: 15px 0 0px 0;
	border-radius: 15px;
	background-color: #F6F6F6;
	margin: 0 auto;
}

@media (max-width: 768px) {
	.full-detail-ctas {
		margin: 20px;
	}
}

.full-detail-ctas .casino-image {
	border-radius: 15px;
	margin-left: 15px;
}

@media (max-width: 768px) {
	.full-detail-ctas .casino-image {
		margin-left: 0px;
	}
}

.full-detail-ctas .casino-image img {
	width: 170px;
	height: 97px;
	border-radius: 15px;
	object-fit: cover;
}

.full-detail-ctas .welcome-package__value {
	font-size: 1.2rem !important;
	font-weight: 600;
	text-align: center;
}

.full-detail-ctas .welcome-package span {
	font-size: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.full-detail-ctas .rating {
	margin-top: 0.5rem !important;
	margin-left: 15px;
}

@media (max-width: 768px) {
	.full-detail-ctas .rating {
		margin-left: 0px;
	}
}

.full-detail-ctas .rating .star-img {
	width: 25px;
	height: 25px;
	display: inline-block;
}

.full-detail-ctas .rating .star-img.gray {
	filter: invert(0.8);
}

.full-detail-ctas .rating .star-img.half-star {
	position: relative;
	width: 25px;
	height: 25px;
}

.full-detail-ctas .rating .star-img.half-star .base,
.full-detail-ctas .rating .star-img.half-star .gray {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}

.full-detail-ctas .rating .star-img.half-star .gray {
	filter: invert(0.8);
	z-index: 2;
}

.full-detail-ctas .rating .star-img.half-star .base {
	z-index: 1;
}

@media (max-width: 767.98px) {
	.full-detail-ctas .casino-image img {
		margin-bottom: 1rem;
	}
	.full-detail-ctas .welcome-package {
		margin-bottom: 1rem;
	}
	.full-detail-ctas .bonus-button .btn {
		width: 100%;
	}
	.full-detail-ctas .rating {
		justify-content: center;
	}
}

.full-detail-ctas-block-wrapper .prominent-features p {
	margin: 0;
	font-size: 0.85em;
}

.full-detail-ctas-block-wrapper .prominent-features img {
	width: 14px;
	height: auto;
}

.full-detail-ctas-block-wrapper .prominent-features .d-flex {
	justify-content: flex-start;
}

@media (max-width: 767.98px) {
	.full-detail-ctas-block-wrapper .prominent-features .d-flex {
		justify-content: center;
	}
}

.full-detail-ctas-block-wrapper .blue-button a {
	padding: 9px 19px !important;
	font-size: 16px !important;
}

.full-detail-ctas-block-wrapper .read-more {
	display: flex;
	justify-content: center;
	align-items: center;
}

.full-detail-ctas-block-wrapper .read-more .read-more-link {
	display: inline-block;
	margin-top: 0.5rem;
	color: #be1a1d;
	font-weight: 600;
	font-size: 16px;
	text-decoration: underline;
	transition: color 0.3s ease;
}

.full-detail-ctas-block-wrapper .read-more .read-more-link:hover {
	text-decoration: none;
	color: #911416;
}

.full-detail-ctas-block-wrapper .welcome-package h5 {
	text-align: center;
}

.full-detail-ctas-block-wrapper .welcome-package h3 {
	color: #262a7f;
	font-size: 22px;
}

.full-detail-ctas-block-wrapper .review-button {
	text-align: center;
	margin-bottom: 30px;
}

.full-detail-ctas-block-wrapper .review-button a {
	margin-bottom: 20px;
	text-decoration: none;
	text-align: center;
	background-color: transparent;
	color: #262a7f;
	padding: 9px 9px !important;
	border-radius: 10px;
	font-weight: 600;
	font-size: 16px !important;
	border: 1px solid #262a7f;
}

@media (max-width: 992px) {
	.full-detail-ctas-block-wrapper .review-button a {
		padding: 15px 41px;
		font-size: 20px;
	}
}

.full-detail-ctas-block-wrapper .review-button a:hover {
	text-decoration: none;
	color: #262a7f;
	background-color: transparent;
}

.accepted-methods-inline .method-logo-box img {
	border-radius: 50%;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
	height: 28px !important;
	width: 28px !important;
	width: auto;
	object-fit: contain;
}

@media (max-width: 767.98px) {
	.accepted-methods-inline {
		justify-content: center !important;
	}
}

.additional-info-row {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transition: all 1s ease-in-out;
	transform: translateY(-10px);
}

.additional-info-row.expanded {
	max-height: 1000px;
	opacity: 1;
	transform: translateY(0);
}

.additional-info-row .info-box {
	border: 3px solid #e3e4f3;
	border-radius: 15px;
	margin: 5px;
	padding: 3px;
}

.additional-info-row .info-title {
	font-size: 0.7rem !important;
	margin-bottom: 0 !important;
}

@media (max-width: 992px) {
	.additional-info-row .info-title {
		margin-bottom: 0px;
	}
}

.additional-info-row .info-value {
	font-size: 0.8rem !important;
	margin-bottom: 0 !important;
	font-weight: 500;
}

@media (max-width: 768px) {
	.buttons-wrapper {
		display: flex;
		flex-direction: column;
		justify-content: center;
		gap: 2;
	}
	.buttons-wrapper a {
		margin-right: 10px !important;
	}
}

.pages-wrapper {
	padding: 30px 0 100px 0;
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 992px) {
	.pages-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 576px) {
	.pages-wrapper {
		grid-template-columns: 1fr;
	}
}

.pages-wrapper .page-card {
	background-color: #d0d2ed;
	border-radius: 10px;
	padding: 30px;
	background-image: url(assets/images/blog-card.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.pages-wrapper .page-card__type-name {
	color: #be1a1d;
	font-size: 14px;
}

.pages-wrapper .page-card__title a {
	color: #030629;
	font-size: 20px;
	text-decoration: none;
	font-weight: 800;
}

.pages-wrapper .page-card__excerpt {
	margin-bottom: 20px;
}

.pages-wrapper .page-card__button {
	border: 1px solid #be1a1d;
	border-radius: 10px;
	color: #be1a1d !important;
	text-decoration: none;
	font-weight: 600;
	padding: 10px 15px;
}

.pages-wrapper .page-card__button:hover {
	background-color: #be1a1d;
	color: #ffffff !important;
}

.author-page {
	padding: 100px;
}

@media (max-width: 768px) {
	.author-page {
		padding: 100px 20px;
	}
}

.post-meta-bar {
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 1.5rem;
	border-bottom: 1px solid #000000;
}

@media (max-width: 768px) {
	.post-meta-bar {
		flex-wrap: nowrap !important;
	}
}

.post-meta-bar .meta-block {
	display: flex;
	align-items: center;
	margin-right: 2rem;
	position: relative;
}

.post-meta-bar .meta-block .author-img {
	width: 43px;
	height: 43px;
	border-radius: 50%;
	object-fit: cover;
}

.post-meta-bar .meta-block .meta-text .label {
	margin-bottom: 0px;
	font-size: 0.85rem;
	font-weight: 600;
	color: #030629;
	text-transform: uppercase;
}

@media (max-width: 768px) {
	.post-meta-bar .meta-block .meta-text .label {
		font-size: 12px;
	}
}

.post-meta-bar .meta-block .meta-text .name a,
.post-meta-bar .meta-block .meta-text .author-name-link {
	color: #be1a1d;
	font-size: 1.25em;
}

@media (max-width: 768px) {
	.post-meta-bar .meta-block .meta-text .name a,
	.post-meta-bar .meta-block .meta-text .author-name-link {
		font-size: 15px;
	}
}

.post-meta-bar .meta-block .meta-text .name a:hover,
.post-meta-bar .meta-block .meta-text .author-name-link:hover {
	text-decoration: underline;
	cursor: pointer;
}

.post-meta-bar .meta-block .meta-text .name a img,
.post-meta-bar .meta-block .meta-text .author-name-link img {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	border: 3px solid #262a7f;
	object-fit: cover;
}

@media (max-width: 768px) {
	.post-meta-bar .meta-block .meta-text .name a img,
	.post-meta-bar .meta-block .meta-text .author-name-link img {
		display: none;
		width: 25px;
		height: 25px;
	}
}

.post-meta-bar .meta-block .meta-text .name {
	position: relative;
}

.post-meta-bar .meta-block.updated-on .icon {
	color: #359955;
	font-size: 1.2rem;
}

@media (max-width: 768px) {
	.post-meta-bar .meta-block.updated-on .label {
		font-size: 14px;
	}
}

@media (max-width: 768px) {
	.post-meta-bar .meta-block.social-icons {
		display: none !important;
	}
}

.post-meta-bar .meta-block.social-icons a.icon-link {
	background-color: #359955;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	text-decoration: none;
	font-size: 0.95rem;
	transition: background-color 0.2s;
}

.post-meta-bar .meta-block.social-icons a.icon-link:hover {
	background-color: #2e864a;
}

.post-meta-bar .author-meta-wrapper {
	position: relative;
	display: inline-block;
}

.post-meta-bar .author-meta-wrapper .author-popup {
	position: absolute;
	top: 120%;
	left: 0;
	z-index: 10;
	background: #fff;
	border-radius: 12px;
	padding: 1.2rem;
	width: 340px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	opacity: 0;
	visibility: hidden;
	transition: all 0.25s ease;
	transform: translateY(10px);
}

.post-meta-bar .author-meta-wrapper .author-popup::before {
	content: '';
	position: absolute;
	top: -10px;
	left: 30px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
}

.post-meta-bar .author-meta-wrapper .author-popup .author-popup-grid {
	display: grid;
	grid-template-columns: 70px 1fr;
	gap: 1rem;
	align-items: center;
	margin-bottom: 1rem;
}

.post-meta-bar .author-meta-wrapper .author-popup .author-img-wrap img {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border: 3px solid #262a7f;
	object-fit: cover;
}

.post-meta-bar .author-meta-wrapper .author-popup .author-header {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.post-meta-bar .author-meta-wrapper .author-popup .author-header .name {
	font-size: 1rem;
	font-weight: 700;
	margin: 0 0 0.2rem;
	color: #030629;
}

.post-meta-bar .author-meta-wrapper .author-popup .author-header .title {
	font-size: 0.875rem;
	color: #666;
	margin: 0 0 0.5rem;
}

.post-meta-bar .author-meta-wrapper .author-popup .author-header .social-icons {
	display: flex;
	gap: 0.4rem;
}

.post-meta-bar .author-meta-wrapper .author-popup .author-header .social-icons .social-icon {
	background-color: #262a7f;
	color: #ffffff;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	font-size: 0.9rem;
	text-decoration: none;
	transition: background-color 0.2s ease;
}

.post-meta-bar .author-meta-wrapper .author-popup .author-header .social-icons .social-icon:hover {
	background-color: #20246b;
}

.post-meta-bar .author-meta-wrapper .author-popup .author-popup-content .bio-snippet {
	font-size: 0.85rem;
	color: #333;
	margin-bottom: 0.75rem;
}

.post-meta-bar .author-meta-wrapper .author-popup .author-popup-content .read-more {
	font-weight: 700;
	color: #262a7f;
	font-size: 0.875rem;
	text-decoration: none;
}

.post-meta-bar .author-meta-wrapper .author-popup .author-popup-content .read-more:hover {
	text-decoration: underline;
}

@media (max-width: 768px) {
	.post-meta-bar .author-meta-wrapper .editor-popup {
		left: -111px;
	}
	.post-meta-bar .author-meta-wrapper .editor-popup::before {
		content: '';
		left: 135px;
		right: auto;
	}
}

.post-meta-bar .author-meta-wrapper .author-meta-wrapper:hover .author-popup {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.post-meta-bar .author-meta-wrapper:hover .author-popup {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.post-hero-wrapper {
	background-color: #1b1f4f;
	padding: 100px 20px 25px 20px;
	margin-bottom: -80px;
}

@media (max-width: 576px) {
	.post-hero-wrapper {
		background-position: center;
	}
}

.post-hero-wrapper__container {
	background-repeat: no-repeat;
	background-position: right 0px bottom 40px;
	color: #ffffff;
	background-size: 260px;
	max-width: 880px;
}

@media (max-width: 576px) {
	.post-hero-wrapper__container {
		background-position: center;
	}
}

.post-hero-wrapper__container h1 {
	width: 70%;
}

@media (max-width: 576px) {
	.post-hero-wrapper__container h1 {
		width: 100%;
	}
}

.post-hero-wrapper__container hr {
	width: 60%;
	background-color: #be1a1d;
	opacity: 1;
	padding-bottom: 3px;
}

@media (max-width: 576px) {
	.post-hero-wrapper__container hr {
		width: 100%;
	}
}

.post-hero-wrapper__container__text {
	width: 60%;
}

@media (max-width: 576px) {
	.post-hero-wrapper__container__text {
		width: 100%;
	}
}

.table-of-content-pages-wrapper {
	background-color: #f8f8ff;
	padding: 10px;
	border-radius: 15px;
	margin-top: -15px;
	margin-bottom: 5px;
}

@media (max-width: 768px) {
	.table-of-content-pages-wrapper {
		border-radius: 15px;
	}
}

.table-of-content-pages-wrapper .toc-heading {
	font-size: 1.25rem;
	font-weight: 600;
	cursor: pointer;
}

.table-of-content-pages-wrapper .toc-heading .toggle-icon {
	font-size: 1.2rem;
	transition: transform 0.3s ease;
}

.table-of-content-pages-wrapper .toc-heading.active .toggle-icon {
	transform: rotate(180deg);
}

.table-of-content-pages-wrapper .toc-list {
	list-style: none;
	padding-left: 0;
	margin: 10px 0 !important;
}

.table-of-content-pages-wrapper .toc-list li {
	margin-bottom: 12px;
	position: relative;
	padding-left: 20px;
}

.table-of-content-pages-wrapper .toc-list li.toc-level-1 {
	margin-left: 0;
}

.table-of-content-pages-wrapper .toc-list li.toc-level-2 {
	margin-left: 15px;
}

.table-of-content-pages-wrapper .toc-list li.toc-level-3 {
	margin-left: 30px;
}

.table-of-content-pages-wrapper .toc-list li.toc-level-4 {
	margin-left: 45px;
}

.table-of-content-pages-wrapper .toc-list li.toc-level-5 {
	margin-left: 60px;
}

.table-of-content-pages-wrapper .toc-list li.toc-level-6 {
	margin-left: 75px;
}

.table-of-content-pages-wrapper .toc-list li::before {
	content: "–";
	position: absolute;
	left: 0;
	color: #555;
	font-weight: bold;
}

.table-of-content-pages-wrapper .toc-list li a {
	text-decoration: none;
	color: #1a1a1a;
	font-size: 1rem;
	transition: color 0.2s ease;
}

.table-of-content-pages-wrapper .toc-list li a:hover {
	color: #007bff;
}

@media (max-width: 768px) {
	.table-of-content-pages-wrapper .toc-list {
		margin-top: 10px;
	}
}

.ag-table-wrap {
	position: relative;
	overflow-x: auto;
	overflow-y: hidden;
	border-radius: 12px;
	scroll-behavior: smooth;
	overscroll-behavior-x: contain;
	scrollbar-width: thin;
	scrollbar-color: #359955 transparent;
}

.ag-table-wrap::-webkit-scrollbar {
	height: 8px;
}

.ag-table-wrap::-webkit-scrollbar-track {
	background: transparent;
	margin-inline: 12px;
}

.ag-table-wrap::-webkit-scrollbar-thumb {
	background-color: #359955;
	border-radius: 9999px;
	border: 2px solid transparent;
	background-clip: padding-box;
}

.ag-table-wrap:hover::-webkit-scrollbar-thumb {
	background-color: #359955;
}

.ag-table-wrap::before, .ag-table-wrap::after {
	content: "";
	position: sticky;
	top: 0;
	bottom: 0;
	width: 24px;
	pointer-events: none;
	z-index: 1;
	opacity: 0;
	transition: opacity .2s ease;
}

.ag-table-wrap::before {
	left: 0;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0));
}

.ag-table-wrap::after {
	right: 0;
	background: linear-gradient(to left, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0));
}

.ag-table-wrap.has-left::before {
	opacity: 1;
}

.ag-table-wrap.has-right::after {
	opacity: 1;
}

.ag-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	font-size: 15px;
	color: #2e2f37;
}

.ag-table, .ag-table .ag-th, .ag-table .ag-td {
	border: 0 !important;
}

.ag-table .ag-thead .ag-th {
	background: #424F9B;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: .02em;
	font-size: 13px;
	padding: 14px 16px;
	text-align: left;
	white-space: nowrap;
}

.ag-table .ag-thead .ag-th:first-child {
	border-top-left-radius: 12px;
}

.ag-table .ag-thead .ag-th:last-child {
	border-top-right-radius: 12px;
}

.ag-table .ag-tbody .ag-tr {
	background: transparent;
}

.ag-table .ag-tbody .ag-tr:hover {
	background: #ebecf7;
}

.ag-table .ag-tbody .ag-td {
	padding: 16px;
	vertical-align: middle;
	line-height: 1.35;
	text-align: center;
}

.ag-table .ag-tbody .ag-td .ag-text {
	display: inline-block;
	max-width: 48ch;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ag-table .ag-tbody .ag-td[data-col-key="rh_full_star"], .ag-table .ag-tbody .ag-td[data-col-key="rh_games"], .ag-table .ag-tbody .ag-td[data-col-key="rh_trust_index"], .ag-table .ag-tbody .ag-td[data-col-key="rh_online_since"], .ag-table .ag-tbody .ag-td[data-col-key="rh_min_deposit"], .ag-table .ag-tbody .ag-td[data-col-key="rh_payment_speed"] {
	text-align: center;
}

.ag-table .ag-tbody .ag-td[data-col-key="rh_full_star"] .ag-text, .ag-table .ag-tbody .ag-td[data-col-key="rh_games"] .ag-text, .ag-table .ag-tbody .ag-td[data-col-key="rh_trust_index"] .ag-text, .ag-table .ag-tbody .ag-td[data-col-key="rh_online_since"] .ag-text, .ag-table .ag-tbody .ag-td[data-col-key="rh_min_deposit"] .ag-text, .ag-table .ag-tbody .ag-td[data-col-key="rh_payment_speed"] .ag-text {
	max-width: none;
}

.ag-table .ag-tbody .ag-td[data-col-key="rh_welcome_package"] .ag-text {
	max-width: 62ch;
}

.ag-table .ag-tbody .ag-td[data-col-key="rh_image"] {
	width: 96px;
}

.ag-table .ag-tbody .ag-td[data-col-key="rh_get_bonus"] {
	text-align: right;
	white-space: nowrap;
}

.ag-logo {
	height: 40px;
	max-width: 65px;
	width: auto;
	object-fit: contain;
	display: block;
}

.ag-name-link {
	color: #2e2f37;
	font-weight: 500;
	text-decoration: underline;
	text-underline-offset: 2px;
	display: flex;
}

.ag-name-link:hover {
	opacity: .85;
}

.ag-name {
	font-weight: 500;
}

.ag-btn {
	display: inline-block;
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .03em;
	padding: 10px 16px;
	border: 1px solid #262a7f;
	border-radius: 9999px;
	text-decoration: none;
	cursor: pointer;
	transition: filter .15s ease, transform .02s ease;
}

.ag-btn:active {
	transform: translateY(1px);
}

.ag-btn:visited {
	color: #ffffff;
}

.ag-btn--visit {
	background: #262a7f;
	color: #ffffff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), inset 0 -2px 0 rgba(0, 0, 0, 0.12);
}

.ag-btn--visit:hover {
	background: transparent;
}

.ag-btn--ghost {
	background: transparent;
}

.ag-btn--ghost:hover {
	color: #262a7f;
}

.ag-table .ag-tbody .ag-tr:last-child .ag-td:first-child {
	border-bottom-left-radius: 12px;
	overflow: hidden;
}

.ag-table .ag-tbody .ag-tr:last-child .ag-td:last-child {
	border-bottom-right-radius: 12px;
	overflow: hidden;
}

.review-header-block-cta {
	position: relative;
	padding: 10px 0;
	border-radius: 15px;
	background-color: #f8f8ff;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 768px) {
	.review-header-block-cta {
		padding: 1rem 0 2.5rem 0;
		margin-left: 10px;
		margin-right: 10px;
	}
}

.review-header-block-cta .casino-image {
	padding: 15px 0;
	border-radius: 15px;
	max-width: 250px;
	margin: 0 auto;
}

.review-header-block-cta .casino-image img {
	max-width: 220px;
	height: auto;
	border-radius: 15px;
}

.review-header-block-cta .rating {
	margin-top: 0.5rem;
}

.review-header-block-cta .rating .star-img {
	width: 35px;
	height: 35px;
	display: inline-block;
}

.review-header-block-cta .rating .star-img.gray {
	filter: invert(0.8);
}

.review-header-block-cta .rating .star-img.half-star {
	position: relative;
	width: 35px;
	height: 35px;
}

.review-header-block-cta .rating .star-img.half-star .base,
.review-header-block-cta .rating .star-img.half-star .gray {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}

.review-header-block-cta .rating .star-img.half-star .gray {
	filter: invert(0.8);
	z-index: 2;
}

.review-header-block-cta .rating .star-img.half-star .base {
	z-index: 1;
}

@media (max-width: 767.98px) {
	.review-header-block-cta .casino-image img {
		margin-bottom: 1rem;
	}
	.review-header-block-cta .welcome-package {
		margin-bottom: 1rem;
	}
	.review-header-block-cta .bonus-button .btn {
		width: 100%;
	}
	.review-header-block-cta .rating {
		justify-content: center;
	}
}

.cta-block-wrapper-cta .welcome-package span {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.25rem;
	font-weight: 500;
	text-align: center;
}

.cta-block-wrapper-cta .welcome-package__val {
	color: #262a7f;
	font-size: 1.65rem;
	font-weight: 600;
	text-align: center;
}

.cta-block-wrapper-cta .review-button {
	text-align: center;
	margin-bottom: 40px;
}

.cta-block-wrapper-cta .review-button a {
	margin-bottom: 20px;
	text-decoration: none;
	text-align: center;
	background-color: transparent;
	color: #262a7f;
	padding: 10px 43px;
	border-radius: 10px;
	font-weight: 600;
	font-size: 24px;
	border: 1px solid #262a7f;
}

@media (max-width: 992px) {
	.cta-block-wrapper-cta .review-button a {
		padding: 15px 41px;
		font-size: 20px;
	}
}

.cta-block-wrapper-cta .review-button a:hover {
	text-decoration: none;
	color: #262a7f;
	background-color: transparent;
}

/*# sourceMappingURL=style.css.map */